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
I know we can use the CaptureConsoleIntegration integration to capture console logs, etc, but can we avoid this in production?
Normally we override the global console so that in production it has no function. But, we'd like it to still fire, in case we have missed something, but not actually re-trigger.
The existing CaptureConsoleIntegration retriggers so it fires in the console after sending to sentry.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I know we can use the CaptureConsoleIntegration integration to capture console logs, etc, but can we avoid this in production?
Normally we override the global console so that in production it has no function. But, we'd like it to still fire, in case we have missed something, but not actually re-trigger.
The existing CaptureConsoleIntegration retriggers so it fires in the console after sending to sentry.
Beta Was this translation helpful? Give feedback.
All reactions