Skip to content

Commit

Permalink
add changelog entry for ignoreRoutes in the SentryNaviagtorObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Aug 7, 2024
1 parent 9675412 commit 668caaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Unreleased

### Features

- Add `ignoreRoutes` parameter to `SentryNavigatorObserver`. ([#2218](https://github.com/getsentry/sentry-dart/pull/2218))
- This will ignore the Routes and prevent the Route from being pushed to the Sentry server.
```dart
SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
```

## 8.6.0

### Improvements
Expand Down

0 comments on commit 668caaa

Please sign in to comment.