File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Features
6
6
7
- - Cap max number of stack frames to 100 to not exceed payload size limit ([ #3009 ] ( https://github.com/getsentry/sentry-java/pull/3009 ) )
8
- - This will ensure we report errors with a big number of frames such as ` StackOverflowError `
9
7
- Add thread information to spans ([ #2998 ] ( https://github.com/getsentry/sentry-java/pull/2998 ) )
10
8
11
9
### Fixes
12
10
13
11
- Fix crash when HTTP connection error message contains formatting symbols ([ #3002 ] ( https://github.com/getsentry/sentry-java/pull/3002 ) )
12
+ - Cap max number of stack frames to 100 to not exceed payload size limit ([ #3009 ] ( https://github.com/getsentry/sentry-java/pull/3009 ) )
13
+ - This will ensure we report errors with a big number of frames such as ` StackOverflowError `
14
14
15
15
## 6.32.0
16
16
You can’t perform that action at this time.
0 commit comments