We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0d966 commit 294c0b2Copy full SHA for 294c0b2
CHANGELOG.md
@@ -1,10 +1,5 @@
1
# Changelog
2
3
-## Unreleased
4
-
5
-### Improvements
6
7
-- Deserialize and serialize unknown fields ([#2153](https://github.com/getsentry/sentry-dart/pull/2153))
8
## Unreleased
9
10
### Improvements
@@ -32,6 +27,7 @@ class MyCustomExceptionIdentifier implements ExceptionIdentifier {
32
27
SentryFlutter.init((options) =>
33
28
options..prependExceptionTypeIdentifier(MyCustomExceptionIdentifier()));
34
29
```
30
+- Deserialize and serialize unknown fields ([#2153](https://github.com/getsentry/sentry-dart/pull/2153))
35
31
36
### Deprecated
37
0 commit comments