diff --git a/CHANGELOG.md b/CHANGELOG.md index a37db3831f..06b5918bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ # Changelog +## Unreleased + +### Fixes + ## 6.13.1 +- Fix app start span end-time is wrong if SDK init is deferred ([#2519](https://github.com/getsentry/sentry-java/pull/2519)) + ### Fixes - Fix transaction performance collector oom ([#2505](https://github.com/getsentry/sentry-java/pull/2505)) - Remove authority from URLs sent to Sentry ([#2366](https://github.com/getsentry/sentry-java/pull/2366)) - Fix `sentry-bom` containing incorrect artifacts ([#2504](https://github.com/getsentry/sentry-java/pull/2504)) -- Fix app start span end-time is wrong if SDK init is deferred ([#2519](https://github.com/getsentry/sentry-java/pull/2519)) ### Dependencies