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

Exceptions dont print to console #2273

Open
dannnnthemannnn opened this issue Sep 4, 2024 · 1 comment
Open

Exceptions dont print to console #2273

dannnnthemannnn opened this issue Sep 4, 2024 · 1 comment

Comments

@dannnnthemannnn
Copy link

Platform

Flutter Mobile

Obfuscation

Disabled

Debug Info

Disabled

Doctor

I am seeing my uncaught exceptions properly in sentry but they do not print to the console when I am running on android. I know I can enable debug = true, but then it shows all kinds of breadcrumbs and other stuff and the error reports dont show the error message, they just show some debug info about sending something to sentry.

Version

8.8.0

Steps to Reproduce

Throw an exception that is not caught.

Expected Result

Some way to see exceptions in the console.

Actual Result

It does not show up in the console

Are you willing to submit a PR?

None

@buenaflor
Copy link
Contributor

hey I believe uncaught exceptions are automatically printed to the console by flutter is it not?

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Community
Status: Needs More Information
Development

No branches or pull requests

2 participants