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 44a2e65 commit eccc233Copy full SHA for eccc233
CHANGELOG.md
@@ -4,8 +4,9 @@
4
5
### Fixes
6
7
-- Flatten AggregateException ([#1672](https://github.com/getsentry/sentry-dotnet/pull/1672))
8
- Improve timestamp precision of transactions and spans ([#1680](https://github.com/getsentry/sentry-dotnet/pull/1680))
+- Flatten AggregateException ([#1672](https://github.com/getsentry/sentry-dotnet/pull/1672))
9
+ - NOTE: This can affect grouping. You can keep the original behavior by setting the option `KeepAggregateException` to `true`.
10
11
### Features
12
0 commit comments