Releases: getsentry/sentry-dart
Releases Β· getsentry/sentry-dart
6.17.0
Fixes
- Capture Future errors for Flutter Web automatically (#1152)
Features
- User Interaction transactions and breadcrumbs (#1137)
6.16.1
Fixes
- Do not attach headers if Span is NoOp (#1143)
Dependencies
- Bump Cocoa SDK from v7.31.1 to v7.31.2 (#1146)
- Bump Android SDK from v6.7.1 to v6.8.0 (#1147)
6.16.0
Features
- Add request context to
HttpException
, SocketException
and NetworkImageLoadException
(#1118)
SocketException
and FileSystemException
with OSError
s report the OSError
as root exception (#1118)
Fixes
- VendorId should be a String (#1112)
- Disable
enableUserInteractionBreadcrumbs
on Android when enableAutoNativeBreadcrumbs
is disabled (#1131)
- Transaction name is reset after the transaction finishes (#1125)
Dependencies
- Bump Cocoa SDK from v7.30.2 to v7.31.1 (#1132, #1139)
- Bump Android SDK from v6.7.0 to v6.7.1 (#1112)
6.15.1
Dependencies
- Bump Cocoa SDK from v7.30.1 to v7.30.2 (#1113)
6.15.0
Features
- Feat: Screenshot Attachment (#1088)
Fixes
- Merging of integrations and packages (#1111)
- Add missing
fragment
for HTTP Client Errors (#1102)
- Sync user name and geo for Android (#1102)
- Add mechanism to Dio Http Client error (#1114)
Dependencies
- Bump Android SDK from v6.6.0 to v6.7.0 (#1105)
- Bump Cocoa SDK from v7.30.0 to v7.30.1 (#1104)
6.14.0
Features
- Capture response information in
SentryHttpClient
(#1095)
Changes
- Remove experimental
SentryResponse
fields: url
, body
, redirected
, status
(#1095)
SentryHttpClient
request body capture checks default PII capture setting, same as the DIO integration (#1095)
Dependencies
- Bump Android SDK from v6.5.0 to v6.6.0 (#1090)
- Bump Cocoa SDK from v7.28.0 to v7.30.0 (#1089, #1101)
6.13.1
Fixes
- Avoid dependency conflict with package_info_plus v3 (#1084)
6.13.0
Features
- Use PlatformDispatcher.onError in Flutter 3.3 (#1039)
Fixes
- Bring protocol up to date with latest Sentry protocol (#1038)
Dependencies
- Bump Cocoa SDK from v7.27.1 to v7.28.0 (#1080)
6.12.2
Fixes
- Avoid dependency conflict with package_info_plus v2 (#1068)
6.12.1
Dependencies
- Bump Android SDK from v6.4.3 to v6.5.0 (#1062, #1064)