@sentry/integrations
Version:
Pluggable integrations that can be used to enhance JS SDKs
13 lines (12 loc) • 564 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';
export { HttpClient } from './httpclient.js';
export { ContextLines } from './contextlines.js';
//# sourceMappingURL=index.js.map