Skip to content
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

catch any unhandled exceptions in devtools and report via our analytics channel #3100

Merged
merged 3 commits into from Jun 8, 2021

Conversation

devoncarew
Copy link
Member

}

void _reportError(Object error, StackTrace stack) {
final String terseStackTrace = stack_trace.Trace.from(stack).terse.toString();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop type on LHS

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@jacob314
Copy link
Contributor

jacob314 commented Jun 8, 2021

Fyi @terrylucas who was also thinking of adding this back to DevTools.

@devoncarew devoncarew merged commit 2811b7d into flutter:master Jun 8, 2021
kenzieschmoll added a commit to kenzieschmoll/devtools that referenced this pull request Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add crash reporting to our analytics
3 participants