Skip to content

Releases: getsentry/sentry-dart

6.12.0

10 Oct 12:23
Compare
Choose a tag to compare

Fixes

  • Handle traces sampler exception (#1040)
  • tracePropagationTargets ignores invalid Regex (#1043)
  • SentryDevice cast error (#1059)

Features

Dependencies

6.11.2

03 Oct 09:07
Compare
Choose a tag to compare

Fixes

  • Tracer does not allow setting measurement if finished (#1026)
  • Add missing measurements units (#1033)

Features

6.11.1

28 Sep 14:35
Compare
Choose a tag to compare

Fixes

  • Align span spec for serialize ops (#1024)
  • Pin sentry version (#1020)

Features

6.11.0

26 Sep 07:28
Compare
Choose a tag to compare

Fixes

  • Scope cloning method was not setting the user (#1013)

Features

  • Dynamic sampling (#1004)
  • Set custom measurements on transactions (#1011)

6.10.0

22 Sep 10:56
Compare
Choose a tag to compare

Fixes

  • Capture Callback Exceptions (#990)

Features

  • Prepare future support for iOS and macOS obfuscated app symbolication using dSYM (requires Flutter master channel) (#823)
  • Bump Android SDK from v6.3.1 to v6.4.2 (#989, #1009)
  • Bump Cocoa SDK from v7.23.0 to v7.25.1 (#993, #996, #1000, #1007)
  • Allow routeNameExtractor to set transaction names (#1005)

6.9.1

17 Aug 14:23
Compare
Choose a tag to compare

Fixes

  • Scope.clone incorrectly accesses tags (#978)
  • beforeBreadcrumb was not adding the mutated breadcrumb (#982)

Features

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