UNPKG

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