UNPKG

467 BTypeScriptView Raw
1import type { Event, Integration, IntegrationClass } from '@sentry/types';
2export declare const httpContextIntegration: () => import("@sentry/types").IntegrationFnResult;
3/**
4 * HttpContext integration collects information about HTTP request headers.
5 * @deprecated Use `httpContextIntegration()` instead.
6 */
7export declare const HttpContext: IntegrationClass<Integration & {
8 preprocessEvent: (event: Event) => void;
9}>;
10//# sourceMappingURL=httpcontext.d.ts.map
\No newline at end of file