@sentry/integrations
Version:
Pluggable integrations that can be used to enhance JS SDKs
12 lines • 753 B
TypeScript
export { CaptureConsole, captureConsoleIntegration } from './captureconsole';
export { Debug, debugIntegration } from './debug';
export { Dedupe, dedupeIntegration } from './dedupe';
export { ExtraErrorData, extraErrorDataIntegration } from './extraerrordata';
export { Offline } from './offline';
export { ReportingObserver, reportingObserverIntegration } from './reportingobserver';
export { RewriteFrames, rewriteFramesIntegration } from './rewriteframes';
export { SessionTiming, sessionTimingIntegration } from './sessiontiming';
export { Transaction } from './transaction';
export { HttpClient, httpClientIntegration } from './httpclient';
export { ContextLines, contextLinesIntegration } from './contextlines';
//# sourceMappingURL=index.d.ts.map