Skip to content

Commit 8e63ad7

Browse files
authored
Update CHANGELOG (#3125)
1 parent 3615e19 commit 8e63ad7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
Note: this release might require updating your Android Gradle Plugin version to at least `8.1.4`.
6+
7+
### Fixes
8+
9+
- False replay config restarts because of `ScreenshotWidgetStatus` equality issues ([#3114](https://github.com/getsentry/sentry-dart/pull/3114))
10+
- Debug meta not loaded for split debug info only builds ([#3104](https://github.com/getsentry/sentry-dart/pull/3104))
11+
- TTID/TTFD root transactions ([#3099](https://github.com/getsentry/sentry-dart/pull/3099), [#3111](https://github.com/getsentry/sentry-dart/pull/3111))
12+
- Web, Linux and Windows now create a UI transaction for the root page
13+
- iOS, Android now correctly create idle transactions
14+
- Fixes behaviour of traceId generation and TTFD for app start
15+
- Directionality assertion issue in debug mode ([#3088](https://github.com/getsentry/sentry-dart/pull/3088))
16+
17+
### Dependencies
18+
19+
- Bump JNI from v0.14.1 to v0.14.2 ([#3075](https://github.com/getsentry/sentry-dart/pull/3075))
20+
- Bump Android SDK from v8.13.2 to v8.17.0 ([#2977](https://github.com/getsentry/sentry-dart/pull/2977))
21+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8170)
22+
- [diff](https://github.com/getsentry/sentry-java/compare/8.13.2...8.17.0)
23+
24+
### Internal
25+
26+
- Use lifecycle hook for before send event ([#3017](https://github.com/getsentry/sentry-dart/pull/3017))
27+
328
## 9.6.0-beta.2
429

530
### Fixes

0 commit comments

Comments
 (0)