Skip to content

Commit ea40625

Browse files
committed
fix
1 parent f294ede commit ea40625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

develop-docs/sdk/overview.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,9 @@ sure we swallow them gracefully and emit an error level log describing the failu
338338

339339
As a **design principle**, we never capture Sentry events for exceptions happening within our SDKs, including within user-defined callbacks and hooks such as `before_send` or `traces_sampler`.
340340

341-
The main justification for this is that we are already in an event capturing flow where the scope has been applied
342-
and capturing another event at that point in the lifecycle would lead to undefined behavior. In the worst case,
343-
we could create a busy loop of creating and sending events repeatedly till the system crashes.
341+
The reason we avoid captuing internal SDK exceptions is that we are already in an event capturing flow
342+
where the scope has been applied and capturing another event at that point in the lifecycle
343+
would lead to undefined behavior. In the worst case, we could create a busy loop of creating and sending events repeatedly till the system crashes.
344344

345345
## Concurrency (Scope and Hubs)
346346

0 commit comments

Comments
 (0)