outofmilk
Error Tracking/Logging
Is there a way to track errors like there is in vuejs?
https://vuejs.org/guide/best-practices/production-deployment.html#tracking-runtime-errors
I understand that there is ErrorBoundary which will catch errors thrown from components, but was wondering if there was anything else.
Thanks!
2 replies