UNPKG

597 BTypeScriptView Raw
1import { Integration } from '@sentry/types';
2/** http module integration */
3export declare class Http implements Integration {
4 /**
5 * @inheritDoc
6 */
7 static id: string;
8 /**
9 * @inheritDoc
10 */
11 name: string;
12 /**
13 * @inheritDoc
14 */
15 private readonly _breadcrumbs;
16 /**
17 * @inheritDoc
18 */
19 private readonly _tracing;
20 /**
21 * @inheritDoc
22 */
23 constructor(options?: {
24 breadcrumbs?: boolean;
25 tracing?: boolean;
26 });
27 /**
28 * @inheritDoc
29 */
30 setupOnce(): void;
31}
32//# sourceMappingURL=http.d.ts.map
\No newline at end of file