-
-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix handled
data and differentiate between unhandled errors and crashes
#1116
Comments
@ueman this is a dupe of #456 IMO |
@lobsterkatie let me know if you all work on getsentry/sentry-javascript#6073 |
Is it? That's just about fixing the
Sounds good. It's in the backlog, but I'm going to push for it to happen since it'd be nice to get the ball rolling on actually finally fixing this stuff! |
That's what I meant by looking at Dart/Flutter mechanisms, we already know if it's unhandled and it's not properly set as unhandled (we can query that on Looker -> (total events vs unhandled events not marked as unhandled). |
Ah, I see what you're saying. Thanks. @smeubank - I know there aren't as many dart users as JS users, but good to know that we can already gather some data on this score! |
Closed by #456 |
Description
From getsentry/rfcs#10 (comment), emphasis mine:
I really would like to see that in the Dart/Flutter SDKs too.
Relates to
handled
data and differentiate between unhandled errors and crashes sentry-javascript#6073unhandled: true
#456mechanism.handled
exceptions rfcs#10The text was updated successfully, but these errors were encountered: