UNPKG

@sentry/browser

Version:
8 lines (7 loc) 312 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