Skip to content

Commit

Permalink
fix(core): Export missing span utils from Sentry Core (#776)
Browse files Browse the repository at this point in the history
* add missing exports

* changelog number
  • Loading branch information
lucas-zimerman authored Nov 15, 2024
1 parent 83a59fc commit 8130881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### Fixes

- options normalizeDepth and normalizeMaxBreadth are now being respected when adding a breadcrumb. ([#766](https://github.com/getsentry/sentry-capacitor/pull/766))
- Add missing `withActiveSpan` and `suppressTracing` exports from `@sentry/core` ([#776](https://github.com/getsentry/sentry-capacitor/pull/776))
- CommonJS build does not contain ESM code anymore ([#773](https://github.com/getsentry/sentry-capacitor/pull/773))

### Dependencies
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export {
setContext,
setExtra,
setExtras,
withActiveSpan,
suppressTracing,
setTag,
setTags,
flush,
Expand Down

0 comments on commit 8130881

Please sign in to comment.