UNPKG

toucan-js

Version:

Cloudflare Workers client for Sentry

7 lines 355 B
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