UNPKG

509 BTypeScriptView Raw
1import { Event, Response, SentryRequest, Session } from '@sentry/types';
2import { BaseTransport } from './base';
3/** `XHR` based transport */
4export declare class XHRTransport extends BaseTransport {
5 /**
6 * @param sentryRequest Prepared SentryRequest to be delivered
7 * @param originalPayload Original payload used to create SentryRequest
8 */
9 protected _sendRequest(sentryRequest: SentryRequest, originalPayload: Event | Session): PromiseLike<Response>;
10}
11//# sourceMappingURL=xhr.d.ts.map
\No newline at end of file