[firebase_crashlytics] Errors recorded while testing #5591
Replies: 4 comments
-
Do you mean the |
Beta Was this translation helpful? Give feedback.
-
Yes, that's the normal output when debugging or on release, but I'm not sure if it should appear on tests. |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
On our app, some functions have a specific Crashlytics
recordError
call. 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.3
of the plugin.Beta Was this translation helpful? Give feedback.
All reactions