Features
- Report Flutter framework feature flags (#2991)
- Search for feature flags that are prefixed with
flutter:* - This works on Flutter builds that include this PR
- Search for feature flags that are prefixed with
- Add
LoggingIntegrationsupport forSentryLog(#3050) - Add
enableNewTraceOnNavigationflag toSentryNavigatorObserver(#3096)- Default:
true - Disable by passing
false, e.g.:SentryNavigatorObserver(enableNewTraceOnNavigation: false)
- Note: traces differ from transactions/spans — see tracing concepts here
- Default:
Fixes
- Ensure consistent sampling per trace (#3079)
Enhancements
- Add sampled flag in propagation context (#3084)