-
Notifications
You must be signed in to change notification settings - Fork 128
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
[Questions] - How to send error level logs in crashlytics ? #138
Comments
I too am interested see documentation added for how I can send my logs to sentry.io |
It looks like we can use the LogOutput class to send events to a network target. |
Here it’s also mentioned in the official docs that you can log events anywhere e.g file, firebase or logcat etc. |
I've using different approach use Logger with Firebase Crashlytics. Maybe this example give an idea for you.
Create instance from MMLogger instead of Default Logger (main.dart):
|
Hi, I would like to know if it is possible and how to implement this fucntionality:
Every time I use
logger.e
for error level, I would like the logger to send this information in crashlytics so I can get report about it.Right now I don't get any information about logger.e when app is in production env and in clients devices.
I can see console output only when I develop
The text was updated successfully, but these errors were encountered: