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
ref(integrations): Simplify calling original method in CaptureConsole (#4505)
In responding to #4504, I noticed two things which could be improved about the code in question:
1) The author of that PR was misled by the admittedly confusing name of the original method we're wrapping.
2) We've been calling that method in a more complex way than necessary.
This fixes both of those problems.
0 commit comments