Skip to content

Releases: getsentry/sentry-dart

6.5.0-alpha.3

28 Mar 12:45
Compare
Choose a tag to compare
6.5.0-alpha.3 Pre-release
Pre-release
  • Feat: Support for platform stacktraces on Android (#788)

6.5.0-alpha.2

22 Mar 15:17
Compare
Choose a tag to compare
6.5.0-alpha.2 Pre-release
Pre-release
  • Bump: Sentry-Android to 5.7.0 and Sentry-Cocoa to 7.11.0 (#796)
  • Fix: Dio event processor safelly bails if no DioError in the exception list (#795)

6.5.0-alpha.1

17 Mar 20:51
Compare
Choose a tag to compare
6.5.0-alpha.1 Pre-release
Pre-release
  • Feat: Mobile Vitals - Native App Start (#749)
  • Feat: Mobile Vitals - Native Frames (#772)

6.4.0

17 Mar 16:57
Compare
Choose a tag to compare

Various fixes & improvements

  • Fix: Missing userId on iOS when userId is not set (#782) by @marandaneto
  • Allow to set startTimestamp & endTimestamp manually to SentrySpan (#676) by @fatihergin

6.4.0-beta.3

11 Mar 16:15
Compare
Choose a tag to compare
6.4.0-beta.3 Pre-release
Pre-release
  • Bump: Sentry-Cocoa to 7.10.0 (#777)
  • Feat: Additional Dart/Flutter context information (#778)
  • Bump: Kotlin plugin to 1.5.31 (#763)

6.4.0-beta.2

01 Mar 13:50
Compare
Choose a tag to compare
6.4.0-beta.2 Pre-release
Pre-release
  • No documented changes.

6.4.0-beta.1

24 Feb 13:32
Compare
Choose a tag to compare
6.4.0-beta.1 Pre-release
Pre-release

Various fixes & improvements

  • Fix: Disable log by default in debug mode (#753)
  • [Dio] Ref: Replace FailedRequestAdapter with FailedRequestInterceptor (#728)
  • Fix: Add missing return values - dart analyzer (#742)
  • Feat: Add DioEventProcessor which improves DioError crash reports (#718)
  • Fix: Do not report duplicated packages and integrations (#760)

6.3.0

03 Feb 14:56
36a362e
Compare
Choose a tag to compare
  • Feat: Support maxSpan for performance API and expose SentryOptions through Hub (#716)
  • Fix: await ZonedGuard integration to run (#732)
  • Fix: sentry_logging incorrectly setting SDK name (#725)
  • Bump: Sentry-Android to 5.6.1 and Sentry-Cocoa to 7.9.0 (#736)
  • Feat: Support Attachment.addToTransactions (#709)
  • Fix: captureTransaction should return emptyId when transaction is discarded (#713)
  • Add SentryAssetBundle for automatic spans for asset loading (#685)
  • Fix: maxRequestBodySize should be never by default when using the FailedRequestClientAdapter directly (#701)
  • Feat: Add support for Dio (#688)
  • Fix: Use correct data/extras type in tracer (#693)
  • Fix: Do not throw when Throwable type is not supported for associating errors to a transaction (#692)
  • Feat: Automatically create transactions when navigating between screens (#643)

6.3.0-beta.4

26 Jan 15:59
e39eaae
Compare
Choose a tag to compare
6.3.0-beta.4 Pre-release
Pre-release
  • Feat: Support Attachment.addToTransactions (#709)
  • Fix: captureTransaction should return emptyId when transaction is discarded (#713)

6.3.0-beta.3

20 Jan 12:37
47e19e5
Compare
Choose a tag to compare
6.3.0-beta.3 Pre-release
Pre-release
  • Feat: Auto transactions duration trimming (#702)
  • Add SentryAssetBundle for automatic spans for asset loading (#685)
  • Feat: Configure idle transaction duration (#705)
  • Fix: maxRequestBodySize should be never by default when using the FailedRequestClientAdapter directly (#701)