-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Meta: Help WantedPackage: coreIssues related to the Sentry Core SDKIssues related to the Sentry Core SDKhacktoberfest
Description
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:
function instrumentConsole(): void { |
the node Console
integration: https://github.com/getsentry/sentry-javascript/blob/master/packages/node/src/integrations/console.ts
the CaptureConsole
integration: https://github.com/getsentry/sentry-javascript/blob/master/packages/integrations/src/captureconsole.ts
Metadata
Metadata
Assignees
Labels
Meta: Help WantedPackage: coreIssues related to the Sentry Core SDKIssues related to the Sentry Core SDKhacktoberfest