@sentry/browser
Version:
Official Sentry SDK for browsers
7 lines • 304 B
TypeScript
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