Coming from #65. We would like to log all the errors of our app. Have a look at [Crashlyrics](https://console.firebase.google.com/u/1/project/animalslist-19bbf/firestore/data~2Fusers~2FY1u4VmJQN4gNFUZz3CNkeKoXfuI3) to figure out how we could use it in our app Best chances are that we should log the info in our general error handler in Vue. Have a look at this [page](https://v3.vuejs.org/api/application-config.html#errorhandler).
Coming from #65.
We would like to log all the errors of our app.
Have a look at Crashlyrics to figure out how we could use it in our app
Best chances are that we should log the info in our general error handler in Vue. Have a look at this page.