Releases: getsentry/sentry-dart
Releases Β· getsentry/sentry-dart
7.11.0
7.10.1
Enhancements
- Add Sampling Decision to Trace Envelope Header (#1639)
- Add http.request.method attribute to http spans data (#1633)
- Add db.system and db.name attributes to db spans data (#1629)
- Log SDK errors to the console if the log level is
fatal
even ifdebug
is disabled (#1635)
Features
- Tracing without performance (#1621)
Fixes
- Normalize data properties of
SentryUser
andBreadcrumb
before sending over method channel (#1591) - Fixing memory leak issue in SentryFlutterPlugin (Android Plugin) (#1588)
- Discard empty stack frames (#1625)
- Disable scope sync for cloned scopes (#1628)
Dependencies
7.9.0
Features
- Send trace origin (#1534)
Trace origin indicates what created a trace or a span. Not all transactions and spans contain enough information to tell whether the user or what precisely in the SDK created it. Origin solves this problem. The SDK now sends origin for transactions and spans.
- Add
appHangTimeoutInterval
toSentryFlutterOptions
(#1568) - DioEventProcessor: Append http response body (#1557)
- This is opt-in and depends on
maxResponseBodySize
- Only for
dio
package
- This is opt-in and depends on
Dependencies
7.8.0
7.7.0
7.6.3
Fixes
- Check if the Native SDKs are enabled when using
autoInitializeNativeSdk=false
(#1489) - Align http method to span convention (#1477)
- Wrapped methods return a
Future
instead of executing right away (#1476)- Relates to (#1462)
- Fix readTimeoutMillis wrongly configures connectionTimeoutMillis instead of the correct field (#1485)
Dependencies
7.6.2
7.6.1
Features
- Add
sent_at
to envelope header (#1428)
Fixes
- Fix battery level conversion for iOS 16.4 (#1433)
- Adds a namespace for compatibility with AGP 8.0. (#1427)
- Avoid dependency conflict with package_info_plus v4 (#1440)
Breaking Changes
- Android
minSdkVersion
is now 19 (Flutter already defines 19-20 as best effort) - Deprecate
extra
in favor ofcontexts
(#1435)