Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/platforms/apple/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Grouping in Sentry is different for events with stack traces and without. As a r

When enabled, all threads are attached with full stack traces to all captured events. This requires briefly suspending all threads to collect their stack traces. When disabled (the default), only the current thread gets a stack trace.

This option requires `attachStacktrace` to also be enabled for it to have any effect.
This option also requires `attachStacktrace` to be enabled for it to have any effect.

You can also override this option on a per-call basis by passing the `attachAllThreads` parameter to `SentrySDK.capture(event:)`, `SentrySDK.capture(error:)`, `SentrySDK.capture(exception:)`, or `SentrySDK.capture(message:)`.

Expand Down
Loading