Skip to content

Commit aaca1f9

Browse files
authored
ref(node): Streamline note about error-catching behaviour in withScope (#7586)
1 parent 2887474 commit aaca1f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/platforms/common/enriching-events/scopes.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ even call <PlatformIdentifier name="clear" /> to briefly remove all context info
132132
<PlatformSection notSupported={["ruby"]}>
133133
<Alert level="info" title="Important">
134134

135-
Any exceptions that occur within the callback function for <PlatformIdentifier name="with-scope" /> will not be
136-
caught, and all errors that occur will be silently ignored and **not** reported.
135+
Errors that occur within the callback of <PlatformIdentifier name="with-scope" /> are **not** caught and reported to Sentry.
137136

138137
</Alert>
139138
</PlatformSection>

0 commit comments

Comments
 (0)