@sentry/browser
Version:
Official Sentry SDK for browsers
7 lines • 314 B
TypeScript
import type { Transport } from '@sentry/types';
import type { 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