芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/node/esm/integrations/http.d.ts
import { Integration } from '@sentry/types'; /** http module integration */ export declare class Http implements Integration { /** * @inheritDoc */ static id: string; /** * @inheritDoc */ name: string; /** * @inheritDoc */ private readonly _breadcrumbs; /** * @inheritDoc */ private readonly _tracing; /** * @inheritDoc */ constructor(options?: { breadcrumbs?: boolean; tracing?: boolean; }); /** * @inheritDoc */ setupOnce(): void; } //# sourceMappingURL=http.d.ts.map