Releases: getsentry/sentry-dart
Releases · getsentry/sentry-dart
6.19.0
7.0.0-alpha.5
6.18.3
7.0.0-alpha.4
Breaking Changes
- Remove deprecated fields (#1227)
- Remove deprecated fields from the
Scope
class.user(SentryUser? user)
, using thesetUser(SentryUser? user)
instead.attachements
, using theattachments
instead.
- Remove deprecated field from the
SentryFlutterOptions
class.anrTimeoutIntervalMillis
, using theanrTimeoutInterval
instead.autoSessionTrackingIntervalMillis
, using theautoSessionTrackingInterval
instead.
- Remove deprecated fields from the
Dependencies
7.0.0-alpha.3
7.0.0-alpha.2
7.0.0-alpha.1
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)