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
The current web reporting payload contains context from the client at time of the crash. additional contextual information would help with debugging, primarily:
If the tab / app was in the foreground at time of crash
Other nice-to-have context information:
A signal for the amount of memory in use before the crash occurred
The last known JS/WASM/Chrome execution frame
How many other pages shared this process? (i.e. Is it possible that another page caused the crash? Or was it a shared worker process?)