Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Simplify first paragraph
  • Loading branch information
Denis Andrašec authored and Denis Andrašec committed Jan 13, 2022
commit e1f2abd79bcb7775bb243fd42a3291e4918a598e
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Supported in Sentry's Dart SDK version `6.3.0-beta.1` and above.

</Note>

We currently provide routing instrumentation by implementing `RouteObserver<PageRoute<dynamic>>`. This can be enabled by adding an instance of `SentryNavigationObserver` to your applications `navigatorObservers`.
Automatic routing instrumentation can be enabled by adding an instance of `SentryNavigationObserver` to your applications `navigatorObservers`. transactions are started automatically when routing to new pages in your application.

```dart
return MaterialApp(
Expand Down