From ce0469b1d3738c2126914279ba66630ba889261b Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Tue, 24 Oct 2023 07:50:35 +0200 Subject: [PATCH] Fix Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea283c172..98dc319ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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