Skip to content

Commit

Permalink
meta(changelog): Add changelog for v7.103.0 (#10820)
Browse files Browse the repository at this point in the history
Small backport release.
  • Loading branch information
mydea authored Feb 27, 2024
1 parent a10187d commit c631436
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott

## 7.103.0

### Important Changes

- **feat(core): Allow to pass `forceTransaction` to `startSpan()` APIs (#10819)**

You can now pass `forceTransaction: true` to `startSpan()`, `startSpanManual()` and `startInactiveSpan()`. This allows
you to start a span that you want to be a transaction, if possible. Under the hood, the SDK will connect this span to
the running active span (if there is one), but still send the new span as a transaction to the Sentry backend, if
possible, ensuring it shows up as a transaction throughout the system.

Please note that setting this to `true` does not _guarantee_ that this will be sent as a transaction, but that the SDK
will try to do so. You can enable this flag if this span is important to you and you want to ensure that you can see it
in the Sentry UI.

### Other Changes

- fix: Make breadcrumbs option optional in WinterCGFetch integration (#10792)

## 7.102.1

- fix(performance): Fixes latest route name and source for interactions not updating properly on navigation (#10702)
Expand Down

0 comments on commit c631436

Please sign in to comment.