File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 33
33
34
34
### Dependencies
35
35
36
+ - Bump Android SDK from v7.13.0 to v7.14.0 ([ #2228 ] ( https://github.com/getsentry/sentry-dart/pull/2228 ) )
37
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140 )
38
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0 )
39
+
40
+ ## 8.8.0-alpha.1
41
+
42
+ ### Features
43
+
44
+ - iOS Session Replay Alpha ([ #2209 ] ( https://github.com/getsentry/sentry-dart/pull/2209 ) )
45
+ - Android replay touch tracking support ([ #2228 ] ( https://github.com/getsentry/sentry-dart/pull/2228 ) )
46
+ - Add ` ignoreRoutes ` parameter to ` SentryNavigatorObserver ` . ([ #2218 ] ( https://github.com/getsentry/sentry-dart/pull/2218 ) )
47
+ - This will ignore the Routes and prevent the Route from being pushed to the Sentry server.
48
+ - Ignored routes will also create no TTID and TTFD spans.
49
+
50
+ ``` dart
51
+ SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
52
+ ```
53
+
54
+ ### Dependencies
55
+
36
56
- Bump Android SDK from v7.13.0 to v7.14.0 ([ #2228 ] ( https://github.com/getsentry/sentry-dart/pull/2228 ) )
37
57
- [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140 )
38
58
- [ diff] ( https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0 )
You can’t perform that action at this time.
0 commit comments