UNPKG

376 BTypeScriptView Raw
1import type { Transport } from '@sentry/types';
2import type { BrowserTransportOptions } from './types';
3import type { FetchImpl } from './utils';
4/**
5 * Creates a Transport that uses the Fetch API to send events to Sentry.
6 */
7export declare function makeFetchTransport(options: BrowserTransportOptions, nativeFetch?: FetchImpl): Transport;
8//# sourceMappingURL=fetch.d.ts.map
\No newline at end of file