Skip to content

Releases: getsentry/sentry-dart

6.17.0

28 Nov 10:57
Compare
Choose a tag to compare

Fixes

  • Capture Future errors for Flutter Web automatically (#1152)

Features

  • User Interaction transactions and breadcrumbs (#1137)

6.16.1

21 Nov 12:25
cba3a45
Compare
Choose a tag to compare

Fixes

  • Do not attach headers if Span is NoOp (#1143)

Dependencies

6.16.0

18 Nov 08:21
Compare
Choose a tag to compare

Features

  • Add request context to HttpException, SocketException and NetworkImageLoadException (#1118)
  • SocketException and FileSystemException with OSErrors 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

6.15.1

10 Nov 11:58
Compare
Choose a tag to compare

Dependencies

6.15.0

09 Nov 12:37
Compare
Choose a tag to compare

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

6.14.0

04 Nov 10:36
Compare
Choose a tag to compare

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

6.13.1

19 Oct 10:11
Compare
Choose a tag to compare

Fixes

  • Avoid dependency conflict with package_info_plus v3 (#1084)

6.13.0

17 Oct 10:45
Compare
Choose a tag to compare

Features

  • Use PlatformDispatcher.onError in Flutter 3.3 (#1039)

Fixes

  • Bring protocol up to date with latest Sentry protocol (#1038)

Dependencies

6.12.2

12 Oct 09:00
Compare
Choose a tag to compare

Fixes

  • Avoid dependency conflict with package_info_plus v2 (#1068)

6.12.1

11 Oct 07:15
Compare
Choose a tag to compare

Dependencies