From afd1a08398bee1bb289679eefe2793e635b3c915 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Wed, 19 Jul 2023 12:15:23 +0200 Subject: [PATCH] chore: Add note on improvement of #3135 (#3170) Explain that not symbolicating locally speeds up certain SDK actions. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c36334dc9..43b502b26b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ ### Features - Symbolicate locally only when debug is enabled (#3079) + +This change considerably speeds up retrieving stacktraces, which the SDK uses for captureMessage, captureError and also for reporting file IO or DB operation on the main thread. + - Sanitize HTTP info from breadcrumbs, spans and events (#3094) ### Breaking change