UNPKG

314 BTypeScriptView Raw
1import type { Transport } from '@sentry/types';
2import type { BrowserTransportOptions } from './types';
3/**
4 * Creates a Transport that uses the XMLHttpRequest API to send events to Sentry.
5 */
6export declare function makeXHRTransport(options: BrowserTransportOptions): Transport;
7//# sourceMappingURL=xhr.d.ts.map
\No newline at end of file