Features
- Feat: Introduce
Hintdata bag (#1136) - Feat: Use
Hintfor screenshots (#1165) - Feat: Support custom units for custom measurements (#1181)
Fixes
- Fix: Remove
SentryOptionsrelated parameters from classes which also takeHubas a parameter (#816)
Enhancements
- Enha: Replace
StackTrace.emptywithStackTrace.current(#1183)
Breaking Changes
- Removed various deprecated fields (#1036):
- Removed the following fields from the
devicecontext- language
- timezone
- screenResolution
- theme
- Removed isolate name from Dart context. It's now reported via the threads interface. It can be enabled via
options.attachThreads
- Removed the following fields from the
- Use
sentryClientNameinstead ofsdk.identifier(#1135) - Refactor
BindingUtilstoBindingWrapperto enable the use of custom bindings (#1184) - Bump Flutter min to 3.0.0 and Dart to 2.17.0 (#1180)