Skip to content

Releases: getsentry/sentry-dart

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)

6.3.0-beta.2

17 Jan 11:30
6d1216c
Compare
Choose a tag to compare
6.3.0-beta.2 Pre-release
Pre-release
  • Feat: Improve configuration options of SentryNavigatorObserver (#684)
  • Feat: Add support for Dio (#688)
  • Bump: Sentry-Android to 5.5.2 and Sentry-Cocoa to 7.8.0 (#696)

6.3.0-beta.1

11 Jan 12:32
0267da7
Compare
Choose a tag to compare
6.3.0-beta.1 Pre-release
Pre-release
  • Enha: Replace flutter default root name '/' with 'root' (#678)
  • Fix: Use 'navigation' instead of 'ui.load' for auto transaction operation (#675)
  • 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)

6.3.0-alpha.1

16 Dec 09:19
996432b
Compare
Choose a tag to compare
6.3.0-alpha.1 Pre-release
Pre-release

Feat: Automatically create transactions when navigating between screens (#643)

6.2.2

15 Dec 13:44
c05d397
Compare
Choose a tag to compare
  • Fix: ConcurrentModificationError in when finishing span (#664)
  • Feat: Add enableNdkScopeSync Android support (#665)

6.2.1

11 Dec 10:28
8fcf2ba
Compare
Choose a tag to compare
  • Fix: sentry_logging works now on web (#660)
  • Fix: sentry_logging timestamps are in UTC (#660)
  • Fix: sentry_logging Level.Off is never recorded (#660)
  • Fix: Rate limiting fallback to retryAfterHeader (#658)

6.2.0

07 Dec 08:51
596b448
Compare
Choose a tag to compare
  • Feat: Integration for logging (#631)
  • Feat: Add logger name to SentryLogger and send errors in integrations to the registered logger (#641)