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
vercel/next.js#75557 introduces a new endpoint for resolving stacktraces.
The new endpoint can be called for batch resolving frames, instead of calling the endpoint individually for every frame.
We'll need to update our devErrorSymbolicationEventProcessor to handle this change while keeping this backwards compatible.