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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## Unreleased
4
4
5
+
### Improvements
6
+
7
+
- Capture meaningful stack traces when unhandled errors have empty or missing stack traces ([#2152](https://github.com/getsentry/sentry-dart/pull/2152))
8
+
- This will affect grouping for unhandled errors that have empty or missing stack traces.
9
+
5
10
### Dependencies
6
11
7
12
- Bump Android SDK from v7.11.0 to v7.12.0 ([#2173](https://github.com/getsentry/sentry-dart/pull/2173))
@@ -30,8 +35,6 @@
30
35
31
36
### Fixes
32
37
33
-
- Capture meaningful stack traces when unhandled errors have empty or missing stack traces ([#2152](https://github.com/getsentry/sentry-dart/pull/2152))
34
-
- This will affect grouping for unhandled errors that have empty or missing stack traces.
35
38
- Fix sentry_drift compatibility with Drift 2.19.0 ([#2162](https://github.com/getsentry/sentry-dart/pull/2162))
36
39
- App starts hanging for 30s ([#2140](https://github.com/getsentry/sentry-dart/pull/2140))
37
40
- Time out for app start info retrieval has been reduced to 10s
0 commit comments