Skip to content

Commit a137f08

Browse files
Lms24lobsterkatie
andauthored
Update develop-docs/sdk/data-model/event-payloads/exception.mdx
Co-authored-by: Katie Byers <[email protected]>
1 parent 060f8af commit a137f08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

develop-docs/sdk/data-model/event-payloads/exception.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ Furthermore, if this flag is set, Sentry will ignore the exception `type` when g
8888
exception into issues.
8989
: This flag should be set for all "segfaults" for instance as every single error group would
9090
look very similar otherwise. Also, errors the SDK creates to add a stack trace to events
91-
that don't have one themselves should be marked as `synthetic`. For example, when users
92-
set `attachStackTrace: true` and capture a string message via `captureException` or `captureMessage`.
91+
that don't have one themselves should be marked as `synthetic` (This happens, for example,
92+
when users set `attachStackTrace: true` and capture a string message via `captureException`
93+
or `captureMessage`.)
9394

9495
`exception_id`
9596

0 commit comments

Comments
 (0)