Skip to content

Releases: getsentry/sentry-dart

6.9.0

28 Jul 13:26
Compare
Choose a tag to compare

Features

  • Bump Flutter's min. supported version from 1.17.0 to 2.0.0 (#966)

This should not break anything since the Dart's min. version is already 2.12.0 and Flutter 2.0.0 uses Dart 2.12.0

Fixes

  • Back compatibility of Object.hash for Dart 2.12.0 (#966)
  • Fix back compatibility for OnErrorIntegration integration (#965)

6.8.1

27 Jul 12:29
Compare
Choose a tag to compare

Fixes

  • Scope#setContexts pasing a List value would't not work (#932)

Features

  • Add integration for PlatformDispatcher.onError (#915)

6.8.0

25 Jul 14:49
Compare
Choose a tag to compare

Fixes

  • Missing OS context for iOS events (#958)
  • Fix: Scope#clone calls the Native bridges again via the scopeObserver (#959)

Features

  • Dio Integration adds response data (#934)

6.7.0

22 Jul 14:16
Compare
Choose a tag to compare

Fixes

  • Maps with Key Object, Object would fail during serialization if not String, Object (#935)
  • Breadcrumbs "Concurrent Modification" (#948)
  • Duplicative Screen size changed breadcrumbs (#888)
  • Duplicated Android Breadcrumbs with no Mechanism (#954)
  • Fix windows native method need default result (#943)
  • Add request instead of response data to SentryRequest in DioEventProcessor #933

Features

6.6.3

06 Jul 11:26
Compare
Choose a tag to compare

Fixes

  • Context Escape with ScopeCallback (#925)

6.6.2

04 Jul 15:26
Compare
Choose a tag to compare

Features

Fixes

  • Send DidBecomeActiveNotification when OOM enabled (#905)
  • dio.addSentry hangs if dsn is empty and SDK NoOp (#920)
  • addBreadcrumb throws on Android API < 24 because of NewApi usage (#923)
  • sentry_dio is promoted to GA and not experimental anymore (#914)

6.6.1

27 Jun 11:38
Compare
Choose a tag to compare

Fixes

  • Filter out app starts with more than 60s (#895)

6.6.0

22 Jun 11:30
Compare
Choose a tag to compare

Fixes

  • Bump: Sentry-Cocoa to 7.18.0 and Sentry-Android to 6.1.2 (#892)
  • Fix: Add missing iOS contexts (#761)
  • Fix serialization of threads (#844)
  • Fix: SentryAssetBundle on Flutter >= 3.1 (#877)

Features

  • Feat: Client Reports (#829)
  • Feat: Allow manual init of the Native SDK (#765)
  • Feat: Attach Isolate name to thread context (#847)
  • Feat: Add Android thread to platform stacktraces (#853)
  • Feat: Sync Scope to Native (#858)

Sentry Self-hosted Compatibility

  • Starting with version 6.6.0 of sentry, Sentry's version >= v21.9.0 is required or you have to manually disable sending client reports via the sendClientReports option. This only applies to self-hosted Sentry. If you are using sentry.io, no action is needed.

6.6.0-beta.4

20 Jun 11:26
Compare
Choose a tag to compare
6.6.0-beta.4 Pre-release
Pre-release
  • Bump: Sentry-Cocoa to 7.17.0 and Sentry-Android to 6.1.1 (#891)

6.6.0-beta.3

13 Jun 16:10
Compare
Choose a tag to compare
6.6.0-beta.3 Pre-release
Pre-release
  • Bump: Sentry-Cocoa to 7.16.1 (#886)