Skip to content

Commit d6f4358

Browse files
committed
fix changelog and move ignoreRoutes to unreleased
1 parent 38ba20d commit d6f4358

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Changelog
22

3-
## 8.7.0
3+
## Unreleased
44

55
### Features
66

77
- 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.
1010
```dart
1111
SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
1212
```
13+
14+
## 8.7.0
15+
16+
### Features
17+
1318
- Add support for span level measurements. ([#2214](https://github.com/getsentry/sentry-dart/pull/2214))
1419
- Add `ignoreTransactions` and `ignoreErrors` to options ([#2207](https://github.com/getsentry/sentry-dart/pull/2207))
1520
```dart

0 commit comments

Comments
 (0)