Skip to content

Commit c271767

Browse files
authored
feat(browser): Re-export addTracingExtensions from @sentry/core (#7498)
1 parent 128f7bc commit c271767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/browser/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export { Replay } from '@sentry/replay';
3131

3232
// __ROLLUP_EXCLUDE_BROWSER_TRACING_FROM_BUNDLES_BEGIN__
3333
export { BrowserTracing } from '@sentry-internal/tracing';
34+
export { addTracingExtensions } from '@sentry/core';
3435
// __ROLLUP_EXCLUDE_BROWSER_TRACING_FROM_BUNDLES_END__
3536

3637
// __ROLLUP_EXCLUDE_OFFLINE_FROM_BUNDLES_BEGIN__

0 commit comments

Comments
 (0)