From 230ebe39641c32561f11687ee1573df845f3e8bf Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Wed, 30 Dec 2020 10:48:39 +0100 Subject: [PATCH] fix: Update attach-stacktrace default The attach-stacktrace on the options is default on for Android, Apple and Java. This is now updated for the docs. --- src/platforms/common/configuration/options.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/platforms/common/configuration/options.mdx b/src/platforms/common/configuration/options.mdx index 82a06563507e83..6c7b3d2e8a7133 100644 --- a/src/platforms/common/configuration/options.mdx +++ b/src/platforms/common/configuration/options.mdx @@ -67,8 +67,17 @@ This variable controls the total amount of breadcrumbs that should be captured. When enabled, stack traces are automatically attached to all messages logged. Stack traces are always attached to exceptions; however, when this option is set, stack traces are also sent with messages. This option, for instance, means that stack traces appear next to all log messages. + + +This option is `on` by default. + + + + This option is `off` by default. + + Grouping in Sentry is different for events with stack traces and without. As a result, you will get new groups as you enable or disable this flag for certain events.