Skip to content

Commit 3b1b4d6

Browse files
Changelog updates (#2388)
* Update CHANGELOG.md * Update CHANGELOG.md
1 parent 9e7f961 commit 3b1b4d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
and adds includes data that represents the hierarchical structure of inner exceptions. Sentry now recognizes this server-side,
1010
improving the accuracy of the issue detail page.
1111
- Accordingly, the `KeepAggregateException` option is now obsolete and does nothing. Please remove any usages of `KeepAggregateException`.
12+
- NOTE: If running Self-Hosted Sentry, you should wait to adopt this SDK update until after updating to the 23.6.0 (est. June 2023) release of Sentry.
13+
The effect of updating the SDK early will be as if `KeepAggregateException = true` was set. That will not break anything, but may affect issue grouping and alerts.
14+
15+
### Fixes
16+
17+
- Status messages when uploading symbols or sources are improved. ([#2307](https://github.com/getsentry/sentry-dotnet/issues/2307))
1218

1319
### Dependencies
1420

0 commit comments

Comments
 (0)