Skip to content

Commit

Permalink
fix(tracing): Expose startTransaction in CDN bundle (#2938)
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
lobsterkatie committed Sep 25, 2020
1 parent 7760d60 commit a575c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tracing/src/index.bundle.ts
Expand Up @@ -30,6 +30,7 @@ export {
setTag,
setTags,
setUser,
startTransaction,
Transports,
withScope,
} from '@sentry/browser';
Expand Down

0 comments on commit a575c83

Please sign in to comment.