You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Generate new trace on navigation ([#2861](https://github.com/getsentry/sentry-dart/pull/2861))
8
-
- If you have the `SentryNavigatorObserver` installed in your routing, errors and spans will now be linked in a trace properly.
15
+
- Properly generates and links trace IDs for errors and spans ([#2869](https://github.com/getsentry/sentry-dart/pull/2869), [#2861](https://github.com/getsentry/sentry-dart/pull/2861)):
16
+
-**With `SentryNavigatorObserver`** - each navigation event starts a new trace.
17
+
-**Without `SentryNavigatorObserver` on non-web platforms** - a new trace is started from app
18
+
lifecycle hooks.
19
+
-**Web without `SentryNavigatorObserver`** - the same trace ID is reused until the page is
- Make hierarchical exception grouping opt-in ([#2858](https://github.com/getsentry/sentry-dart/pull/2858))
29
40
30
41
### Fixes
31
42
@@ -40,28 +51,41 @@ await SentryFlutter.init(
40
51
- Set HTTP client breadcrumbs log level based on response status code ([#2847](https://github.com/getsentry/sentry-dart/pull/2847))
41
52
- 5xx is mapped to `SentryLevel.error`
42
53
- 4xx is mapped to `SentryLevel.warning`
43
-
- Parent-child relationship for the PlatformExceptions and Cause ([#2803](https://github.com/getsentry/sentry-dart/pull/2803))
44
-
- Improves and changes exception grouping
54
+
- Parent-child relationship for the PlatformExceptions and Cause ([#2803](https://github.com/getsentry/sentry-dart/pull/2803), [#2858](https://github.com/getsentry/sentry-dart/pull/2858))
55
+
- Improves and changes exception grouping. To opt in, set `groupExceptions=true`
56
+
- Set `anrEnabled` enabled per default ([#2878](https://github.com/getsentry/sentry-dart/pull/2878))
45
57
46
58
### API Changes
47
59
48
60
- Update naming of `LoadImagesListIntegration` to `LoadNativeDebugImagesIntegration` ([#2833](https://github.com/getsentry/sentry-dart/pull/2833))
61
+
- Remove `other` from `SentryRequest` ([#2879](https://github.com/getsentry/sentry-dart/pull/2879))
49
62
50
63
### Dependencies
51
64
52
-
- Bump Android SDK from v8.2.0 to v8.8.0 ([#2819](https://github.com/getsentry/sentry-dart/pull/2819), [#2831](https://github.com/getsentry/sentry-dart/pull/2831), [#2848](https://github.com/getsentry/sentry-dart/pull/2848), [#2873](https://github.com/getsentry/sentry-dart/pull/2873))
- Bump Cocoa SDK from v8.46.0 to v8.49.0 ([#2820](https://github.com/getsentry/sentry-dart/pull/2820), [#2851](https://github.com/getsentry/sentry-dart/pull/2851))
- Bump Native SDK from v0.8.2 to v0.8.4 ([#2823](https://github.com/getsentry/sentry-dart/pull/2823), [#2872](https://github.com/getsentry/sentry-dart/pull/2872))
@@ -67,4 +67,4 @@ Run [flutter pub upgrade](https://docs.flutter.dev/release/upgrade#upgrading-pac
67
67
68
68
## SDK Size Overhead
69
69
70
-
The Sentry SDKs for Dart and Flutter typically add approximately 1-1.5 MB to an app’s binary size. The exact impact may vary depending on the device architecture.
70
+
The Sentry SDKs for Dart and Flutter typically add approximately 1-1.5 MB to an app’s binary size. The exact impact may vary depending on the device architecture.
0 commit comments