@sentry/browser
Version:
Official Sentry SDK for browsers
8 lines • 361 B
TypeScript
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