UNPKG

399 BTypeScriptView Raw
1import type { Integration } from '@sentry/types';
2/** HttpContext integration collects information about HTTP request headers */
3export declare class HttpContext implements Integration {
4 /**
5 * @inheritDoc
6 */
7 static id: string;
8 /**
9 * @inheritDoc
10 */
11 name: string;
12 /**
13 * @inheritDoc
14 */
15 setupOnce(): void;
16}
17//# sourceMappingURL=httpcontext.d.ts.map
\No newline at end of file