toucan-js
Version:
Cloudflare Workers client for Sentry
7 lines • 355 B
TypeScript
import type { Transport } from '@sentry/types';
import type { FetchTransportOptions } from './types';
/**
* Creates a Transport that uses native fetch. This transport automatically extends the Workers lifetime with 'waitUntil'.
*/
export declare function makeFetchTransport(options: FetchTransportOptions): Transport;
//# sourceMappingURL=fetch.d.ts.map