Skip to content

Commit 4b3d240

Browse files
authored
Remove attach_stacktrace (#12010)
This options is not present in the SDK
1 parent b92ae50 commit 4b3d240

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/platforms/native/common/configuration/options.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ This variable controls the total amount of breadcrumbs that should be captured.
6363

6464
</ConfigKey>
6565

66-
<ConfigKey name="attach-stacktrace">
67-
68-
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.
69-
70-
This option is turned off by default.
71-
72-
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.
73-
74-
</ConfigKey>
75-
7666
## Hooks
7767

7868
These options can be used to hook the SDK in various ways to customize the reporting of events.

0 commit comments

Comments
 (0)