[firebase_crashlytics] Errors recorded while testing #5591
Unanswered
Zazo032
asked this question in
Feature request
Replies: 4 comments
|
Do you mean the |
0 replies
|
Yes, that's the normal output when debugging or on release, but I'm not sure if it should appear on tests. |
0 replies
|
@Zazo032 I remember when rewriting the code that I just left it in. It is definitely intended behavior from the programming side. However, maybe it can be discussed if this is sensible. It is not a bug - the crash reports are not sent to Crashlytics (unless you enable |
0 replies
|
Thanks, that was my doubt, if I was seeing those logs because they were being sent. Maybe verbose on tests or dev mode could be disabled via a parameter? Like |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On our app, some functions have a specific Crashlytics
recordErrorcall. While using/testing any of those functions on our app's tests, there's a lot of verbose when expecting them to throw errors/exceptions. Is this expected behavior and are those reports being sent, or can I just ignore those logs?We're using version
0.1.3of the plugin.All reactions