Skip to content

Commit 7cf55ee

Browse files
Update CaptureConsole description (#4715)
Co-authored-by: Abhijeet Prasad <devabhiprasad@gmail.com>
1 parent abdc4b5 commit 7cf55ee

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/javascript/common/configuration/integrations

1 file changed

+1
-1
lines changed

src/platforms/javascript/common/configuration/integrations/plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Available options:
3030

3131
_Import name: `Sentry.Integrations.CaptureConsole`_
3232

33-
This integration captures all `Console API` calls and redirects them to Sentry using the `captureMessage` call. It then retriggers to preserve default native behavior.
33+
This integration captures all `Console API` calls and redirects them to Sentry using the SDK's `captureMessage` or `captureException` call depending on the log level. It then retriggers to preserve default native behavior.
3434

3535
<PlatformContent includePath="configuration/capture-console" />
3636

0 commit comments

Comments
 (0)