Features
- Add
SentryFlutter.nativeCrash()
using MethodChannels for Android and iOS (#2239)
- This can be used to test if native crash reporting works
- Add
ignoreRoutes
parameter to SentryNavigatorObserver
. (#2218)
- This will ignore the Routes and prevent the Route from being pushed to the Sentry server.
- Ignored routes will also create no TTID and TTFD spans.
SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
Improvements
- Debouncing of SentryWidgetsBindingObserver.didChangeMetrics with delay of 100ms. (#2232)
Dependencies
- Bump Cocoa SDK from v8.33.0 to v8.35.1 (#2247)
- Bump Android SDK from v7.13.0 to v7.14.0 (#2228)