@sentry/integrations
Version:
Pluggable integrations that can be used to enhance JS SDKs
10 lines • 442 B
TypeScript
export { CaptureConsole } from './captureconsole';
export { Debug } from './debug';
export { Dedupe } from './dedupe';
export { ExtraErrorData } from './extraerrordata';
export { Offline } from './offline';
export { ReportingObserver } from './reportingobserver';
export { RewriteFrames } from './rewriteframes';
export { SessionTiming } from './sessiontiming';
export { Transaction } from './transaction';
//# sourceMappingURL=index.d.ts.map