UNPKG

@sentry/browser

Version:
7 lines 304 B
import { Transport } from '@sentry/types'; import { BrowserTransportOptions } from './types'; /** * Creates a Transport that uses the XMLHttpRequest API to send events to Sentry. */ export declare function makeXHRTransport(options: BrowserTransportOptions): Transport; //# sourceMappingURL=xhr.d.ts.map