We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
withScope
1 parent 2887474 commit aaca1f9Copy full SHA for aaca1f9
src/platforms/common/enriching-events/scopes.mdx
@@ -132,8 +132,7 @@ even call <PlatformIdentifier name="clear" /> to briefly remove all context info
132
<PlatformSection notSupported={["ruby"]}>
133
<Alert level="info" title="Important">
134
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.
+Errors that occur within the callback of <PlatformIdentifier name="with-scope" /> are **not** caught and reported to Sentry.
137
138
</Alert>
139
</PlatformSection>
0 commit comments