We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b50810 commit ef70ca4Copy full SHA for ef70ca4
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+### Features
6
+
7
+- Add proxy support ([#2192](https://github.com/getsentry/sentry-dart/pull/2192))
8
9
### Improvements
10
11
- Add error type identifier to improve obfuscated Flutter issue titles ([#2170](https://github.com/getsentry/sentry-dart/pull/2170))
@@ -50,7 +54,6 @@ SentryFlutter.init((options) =>
50
54
- This allows viewing the correct dart formatted raw stacktrace in the Sentry UI
51
55
- Support `ignoredExceptionsForType` ([#2150](https://github.com/getsentry/sentry-dart/pull/2150))
52
56
- Filter out exception types by calling `SentryOptions.addExceptionFilterForType(Type exceptionType)`
53
-- Add proxy support ([#2192](https://github.com/getsentry/sentry-dart/pull/2192))
57
58
### Fixes
59
0 commit comments