stackdriver-errors-js
stackdriver-errors-js copied to clipboard
Any solution for Angular 2+
Hello,
Is there a version available for Angular 2+? I need to write logs from my Angular 5 app.
Thank you
Looks like the modern Angular way is implementing the ErrorHandler interface:
https://angular.io/api/core/ErrorHandler
So, not that dissimilar from what's documented for the original Angular, but likely worth spelling out in the README.
If you give it a try, please share a Pull Request with us to update the README for Angular 2+