Releases: getsentry/sentry-dart
Releases · getsentry/sentry-dart
6.12.0
Fixes
- Handle traces sampler exception (#1040)
- tracePropagationTargets ignores invalid Regex (#1043)
- SentryDevice cast error (#1059)
Features
Dependencies
- Bump Android SDK from v6.4.2 to v6.4.3 (#1048)
- Bump Cocoa SDK from v7.27.0 to v7.27.1 (#1049)
6.11.2
Fixes
- Tracer does not allow setting measurement if finished (#1026)
- Add missing measurements units (#1033)
Features
- Bump Cocoa SDK from v7.26.0 to v7.27.0 (#1030)
6.11.1
Fixes
- Align span spec for serialize ops (#1024)
- Pin sentry version (#1020)
Features
- Bump Cocoa SDK from v7.25.1 to v7.26.0 (#1023)
6.11.0
Fixes
- Scope cloning method was not setting the user (#1013)
Features
- Dynamic sampling (#1004)
- Set custom measurements on transactions (#1011)
6.10.0
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
Fixes
- Scope.clone incorrectly accesses tags (#978)
- beforeBreadcrumb was not adding the mutated breadcrumb (#982)
Features
- Bump Cocoa SDK to v7.23.0 (#968)
- Bump Android SDK from v6.3.0 to v6.3.1 (#976)
6.9.0
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
Fixes
Scope#setContexts
pasing a List value would't not work (#932)
Features
- Add integration for
PlatformDispatcher.onError
(#915)
- Bump Cocoa SDK to v7.22.0 (#960)
6.8.0
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
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
- Bump Android SDK to v6.3.0 (#945, #950)
- Bump Cocoa SDK to v7.21.0 (#947)