@sentry/browser
Version:
Official Sentry SDK for browsers
17 lines • 394 B
TypeScript
import { Integration } from '@sentry/types';
/** HttpContext integration collects information about HTTP request headers */
export declare class HttpContext implements Integration {
/**
* @inheritDoc
*/
static id: string;
/**
* @inheritDoc
*/
name: string;
/**
* @inheritDoc
*/
setupOnce(): void;
}
//# sourceMappingURL=httpcontext.d.ts.map