Why Crashlytics is not logging?

Viewed 10

I am using Crashlytics to log errors and when I try to test it like this:

componentDidMount() {
   crashlytics().log('test');
}

however, no logs are sent! Nonetheless, when I use Crashlytics.crash() it works, it logs the error which I can see in the firebase console Crashlytics dashboard.

0 Answers
Related