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

🐛 Crashlytics - Make FlutterError.presentError optional #13528

Open
bgintzairspace opened this issue Oct 21, 2024 · 3 comments
Open

🐛 Crashlytics - Make FlutterError.presentError optional #13528

bgintzairspace opened this issue Oct 21, 2024 · 3 comments
Labels
Needs Attention This issue needs maintainer attention. plugin: crashlytics type: enhancement New feature or request

Comments

@bgintzairspace
Copy link

Using Crashlytics forces you to use the presentError method even if you overrode onError to not have it presented.

@bgintzairspace bgintzairspace added Needs Attention This issue needs maintainer attention. type: enhancement New feature or request labels Oct 21, 2024
@SelaseKay
Copy link
Contributor

SelaseKay commented Oct 24, 2024

Hi @bgintzairspace, I'm not quite sure if I get your concern. Could you please provide more context?

@SelaseKay SelaseKay added the blocked: customer-response Waiting for customer response, e.g. more information was requested. label Oct 24, 2024
@google-oss-bot
Copy link

Hey @bgintzairspace. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

@google-oss-bot google-oss-bot added the Stale Issue with no recent activity label Nov 4, 2024
@bgintzairspace
Copy link
Author

@SelaseKay Sorry for the delay. Basically, I would like to use the FirebaseCrashlytics.instance.recordFlutterError, but I want to handle reporting to the console myself (after filtering, etc), so I would prefer to not have teh recordFlutterError automatically call FlutterError.presentError (firebase_crashlytics.dart:141 and firebase_crashlytics:160). The FirebaseCrashlytics.instance.recordError has the printDetails option to skip this sort of thing, I was hoping it could be added to the recordFlutter[XXX] methods too

@google-oss-bot google-oss-bot removed Stale Issue with no recent activity blocked: customer-response Waiting for customer response, e.g. more information was requested. labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Attention This issue needs maintainer attention. plugin: crashlytics type: enhancement New feature or request
3 participants