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
fix(integrations): capture exception if any arg to console method is an error (#8671)
This PR adds support for capturing an exception for the any error in a
console method call (only the first error instance), not just if the
first argument is an error.
This is a problem for us because timestamps are always the first
argument in console calls and we often add a context message before the
error.
0 commit comments