7.0.0-alpha.1
Pre-release
Pre-release
Features
- Feat: Introduce
Hint
data bag (#1136) - Feat: Use
Hint
for screenshots (#1165) - Feat: Support custom units for custom measurements (#1181)
Fixes
- Fix: Remove
SentryOptions
related parameters from classes which also takeHub
as a parameter (#816)
Enhancements
- Enha: Replace
StackTrace.empty
withStackTrace.current
(#1183)
Breaking Changes
- Removed various deprecated fields (#1036):
- Removed the following fields from the
device
context- 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
sentryClientName
instead ofsdk.identifier
(#1135) - Refactor
BindingUtils
toBindingWrapper
to enable the use of custom bindings (#1184) - Bump Flutter min to 3.0.0 and Dart to 2.17.0 (#1180)