Skip to content

Commit a575c83

Browse files
authored
fix(tracing): Expose startTransaction in CDN bundle (#2938)
Make sure it appears on `window.Sentry` as well as `window.__SENTRY__.extensions`, so it's accessible in the public API. (Because of how things are built, this only affected the bundle, not the npm package.)
1 parent 7760d60 commit a575c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tracing/src/index.bundle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export {
3030
setTag,
3131
setTags,
3232
setUser,
33+
startTransaction,
3334
Transports,
3435
withScope,
3536
} from '@sentry/browser';

0 commit comments

Comments
 (0)