stackdriver-errors-js icon indicating copy to clipboard operation
stackdriver-errors-js copied to clipboard

Any solution for Angular 2+

Open gauravshrestha opened this issue 6 years ago • 2 comments

Hello,

Is there a version available for Angular 2+? I need to write logs from my Angular 5 app.

Thank you

gauravshrestha avatar Apr 22 '19 18:04 gauravshrestha

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.

bz2 avatar May 31 '19 16:05 bz2

If you give it a try, please share a Pull Request with us to update the README for Angular 2+

steren avatar Jun 02 '19 00:06 steren