File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 8.7.0
3
+ ## Unreleased
4
4
5
5
### Features
6
6
7
7
- Add ` ignoreRoutes ` parameter to ` SentryNavigatorObserver ` . ([ #2218 ] ( https://github.com/getsentry/sentry-dart/pull/2218 ) )
8
- - This will ignore the Routes and prevent the Route from being pushed to the Sentry server.
9
- - Ignored routes will also create no TTID and TTFD spans.
8
+ - This will ignore the Routes and prevent the Route from being pushed to the Sentry server.
9
+ - Ignored routes will also create no TTID and TTFD spans.
10
10
``` dart
11
11
SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
12
12
```
13
+
14
+ ## 8.7.0
15
+
16
+ ### Features
17
+
13
18
- Add support for span level measurements. ([ #2214 ] ( https://github.com/getsentry/sentry-dart/pull/2214 ) )
14
19
- Add ` ignoreTransactions ` and ` ignoreErrors ` to options ([ #2207 ] ( https://github.com/getsentry/sentry-dart/pull/2207 ) )
15
20
``` dart
You can’t perform that action at this time.
0 commit comments