You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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: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.tsthe
CaptureConsole
integration: https://github.com/getsentry/sentry-javascript/blob/master/packages/integrations/src/captureconsole.tsThe text was updated successfully, but these errors were encountered: