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
Currently, our SDKs update the session to status crashed if an unhandled error occurs. This status isn't ideal for browser SDKs because unhandled errors don't cause actual browser crashes. The few browser crashes that do occur are so fatal that we can't catch them :P
Solution Brainstorm
Fortunately, we can now send status 'unhandled' instead of 'crashed' so let's do this!
Problem Statement
Currently, our SDKs update the session to status
crashedif an unhandled error occurs. This status isn't ideal for browser SDKs because unhandled errors don't cause actual browser crashes. The few browser crashes that do occur are so fatal that we can't catch them :PSolution Brainstorm
Fortunately, we can now send status
'unhandled'instead of'crashed'so let's do this!Develop docs specification is still pending: getsentry/sentry-docs#15086
Additional Context
Tip: React with 👍 to help prioritize this improvement. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it.