Hi,

There are serveral good open-source alternatives. For example, you can 
install and run your own Sentry instance 
(https://docs.sentry.io/server/installation/) for free, and use Raven.js as 
your ExceptionHandler 
(https://raven-js.readthedocs.io/en/stable/integrations/angular2.html). Or 
you can try Graylog community version (https://community.graylog.org/) and 
an angular wrapper. Or many other things. The advantage is that you can add 
many plugins there, e.g. build/deploy failures, not just runtime errors. 
The disadvantage - maintaining the server side of this story.

On the other hand, you can try a simple error handler and dump it to your 
server, and build an UI (or a process) to review those errors. The 
disadvantage is, of course, having a small overhead-  building and managing 
this - but the advantage is that you don't need any extra infrastructure in 
your process.

Zlatko

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to