Skip to content

Commit e207718

Browse files
romtsncursoragent
andauthored
options(android): Add attach threads option to docs (#14553)
Co-authored-by: Cursor Agent <[email protected]>
1 parent aad0123 commit e207718

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs/platforms/android/configuration/options.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ Grouping in Sentry is different for events with stack traces and without. As a r
8888

8989
</ConfigKey>
9090

91+
<ConfigKey name="attach-threads">
92+
93+
When enabled, information about all threads is attached to events, not just the crashing thread. This provides a more complete picture of the application state at the time of an error, including stack traces from all running threads.
94+
95+
This option is turned off by default.
96+
97+
Note that enabling this option may increase the payload size of events sent to Sentry.
98+
99+
</ConfigKey>
100+
91101
<ConfigKey name="send-default-pii">
92102

93103
If this flag is enabled, certain personally identifiable information (PII) is added by active integrations. By default, no such data is sent.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ Grouping in Sentry is different for events with stack traces and without. As a r
8888

8989
</ConfigKey>
9090

91+
<ConfigKey name="attach-threads">
92+
93+
When enabled, information about all threads is attached to events, not just the crashing thread. This provides a more complete picture of the application state at the time of an error, including stack traces from all running threads.
94+
95+
This option is turned off by default.
96+
97+
Note that enabling this option may increase the payload size of events sent to Sentry.
98+
99+
</ConfigKey>
100+
91101
<ConfigKey name="send-default-pii">
92102

93103
If this flag is enabled, certain personally identifiable information (PII) is added by active integrations. By default, no such data is sent.

0 commit comments

Comments
 (0)