Skip to content

Commit 83ec806

Browse files
committed
rm deno transport options
1 parent b4c808c commit 83ec806

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/deno/src/transports/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import type { BaseTransportOptions, Transport, TransportMakeRequestResponse, TransportRequest } from '@sentry/core';
22
import { consoleSandbox, createTransport, debug, suppressTracing } from '@sentry/core';
33

4-
export interface DenoTransportOptions extends BaseTransportOptions {
5-
/** Custom headers for the transport. Used by the XHRTransport and FetchTransport */
6-
headers?: { [key: string]: string };
7-
}
8-
94
/**
105
* Creates a Transport that uses the Fetch API to send events to Sentry.
116
*/

0 commit comments

Comments
 (0)