UNPKG
@zuzuche/sentry-miniapp
Version:
latest (0.11.4)
0.11.4
0.11.3
0.11.1
用于小程序/小游戏平台的 Sentry SDK
@zuzuche/sentry-miniapp
/
dist
/
transports
/
xhr.d.ts
10 lines
•
298 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { Event, Response } from
"
@sentry
/types"
; import { BaseTransport } from
"./base"
;
/** `XHR` based transport */
export declare
class
XHRTransport
extends
BaseTransport
{ /** *
@inheritDoc
*
/ sendEvent(event: Event): PromiseLike<Response>; } /
/
# sourceMappingURL=xhr.d.ts.map