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