Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/platforms/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<PlatformSection supported={["android", "apple", "java"]}>

This option is `on` by default.

</PlatformSection>
<PlatformSection notSupported={["android", "apple", "java"]}>

This option is `off` by default.

</PlatformSection>

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.

</ConfigKey>
Expand Down