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 Sep 4, 2023
commit 22158ce001032f87345e156476cb443d6e04afe8
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- 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)
- Make `hint` non-nullable in `BeforeSendCallback`, `BeforeBreadcrumbCall` and `EventProcessor` ([#1574](https://github.com/getsentry/sentry-dart/pull/1574))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 🚫 The changelog entry seems to be part of an already released section ## 8.0.0.
    Consider moving the entry to the ## Unreleased section, please.

- This will affect your callbacks, making this a breaking change.
- Do not leak extensions of external classes ([#1576](https://github.com/getsentry/sentry-dart/pull/1576))

## Unreleased

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