8000
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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The console instrumentation in the SDK seem to duplicate code. Maybe we can find a way to unify them? We can also improve testing this way, and it may help save bundle size.
the instrumentConsole utility:
instrumentConsole
sentry-javascript/packages/utils/src/instrument.ts
Line 109 in 5df78df
the node Console integration: https://github.com/getsentry/sentry-javascript/blob/master/packages/node/src/integrations/console.ts
Console
the CaptureConsole integration: https://github.com/getsentry/sentry-javascript/blob/master/packages/integrations/src/captureconsole.ts
CaptureConsole
The text was updated successfully, but these errors were encountered:
consoleLoggingIntegration
d007407
This issue was referenced by PR #16024, which was included in the 9.13.0 release.
Sorry, something went wrong.
AbhiPrasad
Successfully merging a pull request may close this issue.