Skip to content

Commit

Permalink
Fix Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed Oct 24, 2023
1 parent 28c4130 commit ce0469b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

### Features

- Cap max number of stack frames to 100 to not exceed payload size limit ([#3009](https://github.com/getsentry/sentry-java/pull/3009))
- This will ensure we report errors with a big number of frames such as `StackOverflowError`
- Add thread information to spans ([#2998](https://github.com/getsentry/sentry-java/pull/2998))

### Fixes

- Fix crash when HTTP connection error message contains formatting symbols ([#3002](https://github.com/getsentry/sentry-java/pull/3002))
- Cap max number of stack frames to 100 to not exceed payload size limit ([#3009](https://github.com/getsentry/sentry-java/pull/3009))
- This will ensure we report errors with a big number of frames such as `StackOverflowError`

## 6.32.0

Expand Down

0 comments on commit ce0469b

Please sign in to comment.