File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
28
## 9.6.0-beta.2
4
29
5
30
### Fixes
You can’t perform that action at this time.
0 commit comments