芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/node/esm/transports/http.d.ts
import { Event, Response, TransportOptions } from '@sentry/types'; import { BaseTransport } from './base'; /** Node http module transport */ export declare class HTTPTransport extends BaseTransport { options: TransportOptions; /** Create a new instance and set this.agent */ constructor(options: TransportOptions); /** * @inheritDoc */ sendEvent(event: Event): Promise
; } //# sourceMappingURL=http.d.ts.map