We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c808c commit 83ec806Copy full SHA for 83ec806
packages/deno/src/transports/index.ts
@@ -1,11 +1,6 @@
1
import type { BaseTransportOptions, Transport, TransportMakeRequestResponse, TransportRequest } from '@sentry/core';
2
import { consoleSandbox, createTransport, debug, suppressTracing } from '@sentry/core';
3
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
-
9
/**
10
* Creates a Transport that uses the Fetch API to send events to Sentry.
11
*/
0 commit comments