Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'release/8.0.0' into enha/non-nullable-hint
  • Loading branch information
denrase committed Aug 22, 2023
commit 1605af04503ea5d73f9c42fdae43b78dea13fee6
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- Make `hint` non-nullable in `BeforeSendCallback`, `BeforeBreadcrumbCall` and `EventProcessor` ([#1574](https://github.com/getsentry/sentry-dart/pull/1574))
- This will affect your callbacks, making this a breaking change.

- Refrain from overwriting the span status for unfinished spans ([#1577](https://github.com/getsentry/sentry-dart/pull/1577))
- Older self-hosted sentry instances will drop transactions containing unfinished spans.
- This change was introduced in [relay/#1690](https://github.com/getsentry/relay/pull/1690) and released with [22.12.0](https://github.com/getsentry/relay/releases/tag/22.12.0)

## 7.9.0

### Features
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.