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(node): Handle colons in stack trace paths (#5517)
Update the node parser regex to handle colons in stacktraces. This change also drops the ability to parse stack frames that don't have column numbers. Modern versions of v8/node always have column numbers.
0 commit comments