@sentry/node
Version:
Offical Sentry SDK for Node.js
32 lines • 597 B
TypeScript
import { Integration } from '@sentry/types';
/** http module integration */
export declare class Http implements Integration {
/**
* @inheritDoc
*/
name: string;
/**
* @inheritDoc
*/
static id: string;
/**
* @inheritDoc
*/
private readonly _breadcrumbs;
/**
* @inheritDoc
*/
private readonly _tracing;
/**
* @inheritDoc
*/
constructor(options?: {
breadcrumbs?: boolean;
tracing?: boolean;
});
/**
* @inheritDoc
*/
setupOnce(): void;
}
//# sourceMappingURL=http.d.ts.map