UNPKG

@sentry/browser

Version:
8 lines 361 B
import { Transport } from '@sentry/types'; import { BrowserTransportOptions } from './types'; import { FetchImpl } from './utils'; /** * Creates a Transport that uses the Fetch API to send events to Sentry. */ export declare function makeFetchTransport(options: BrowserTransportOptions, nativeFetch?: FetchImpl): Transport; //# sourceMappingURL=fetch.d.ts.map