Ionic 4 error logging + AppFlow

There used to be a function in ionic 3 where any errors could be sent to my ionic pro account and I could view them in a dashboard.

Now that everything is renamed so AppFlow, that feature seems to have gone. Is that right? You can no longer catch errors with Appflow like you used to be able to?

Does anybody have any ideas on this?

I have made my own logger that stores locally and once there is a firebase connection, uploads the logs.

I miss this way the source mapping, but do get all exceptions errors. As well as logging related to monitoring in general which I invoke in the code

So basically there is nothing built into Appflow anymore?

correct
at least when I looked for it a few months ago.
Then I took the error handler from the ionic3 docs to make my own logger

1 Like