File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Features
6
6
7
+ - iOS Session Replay Alpha ([ #2209 ] ( https://github.com/getsentry/sentry-dart/pull/2209 ) )
8
+ - Android replay touch trackin support ([ #2228 ] ( https://github.com/getsentry/sentry-dart/pull/2228 ) )
7
9
- Add ` ignoreRoutes ` parameter to ` SentryNavigatorObserver ` . ([ #2218 ] ( https://github.com/getsentry/sentry-dart/pull/2218 ) )
8
10
- This will ignore the Routes and prevent the Route from being pushed to the Sentry server.
9
11
- Ignored routes will also create no TTID and TTFD spans.
@@ -21,7 +23,6 @@ SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
21
23
22
24
### Features
23
25
24
- - iOS Session Replay Alpha ([ #2209 ] ( https://github.com/getsentry/sentry-dart/pull/2209 ) )
25
26
- Add support for span level measurements. ([ #2214 ] ( https://github.com/getsentry/sentry-dart/pull/2214 ) )
26
27
- Add ` ignoreTransactions ` and ` ignoreErrors ` to options ([ #2207 ] ( https://github.com/getsentry/sentry-dart/pull/2207 ) )
27
28
``` dart
You can’t perform that action at this time.
0 commit comments