We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
addTracingExtensions
@sentry/core
1 parent 128f7bc commit c271767Copy full SHA for c271767
packages/browser/src/index.ts
@@ -31,6 +31,7 @@ export { Replay } from '@sentry/replay';
31
32
// __ROLLUP_EXCLUDE_BROWSER_TRACING_FROM_BUNDLES_BEGIN__
33
export { BrowserTracing } from '@sentry-internal/tracing';
34
+export { addTracingExtensions } from '@sentry/core';
35
// __ROLLUP_EXCLUDE_BROWSER_TRACING_FROM_BUNDLES_END__
36
37
// __ROLLUP_EXCLUDE_OFFLINE_FROM_BUNDLES_BEGIN__
0 commit comments