Reputation: 1
I'm working with a group of students on a web application built with ASP.NET Core and Angular.
The project is going in production in the near future, but before we go live we want a error monitoring / exception logging solution. I did some research online and found many options:
I've been struggling to get a clear picture of which solution is most popular or recommended for production environments.
My question is: what error monitoring solution, if any, have you used and/or are using in a production environment in which you participated?
Upvotes: -1
Views: 252
Reputation: 1
Rollbar is another great option if you want something that is easy to setup and use at a great price!
Upvotes: 0
Reputation: 174
Bugsnag has native support for both ASP.NET Core and Angular. The simplicity of integration, configuration, and usability qualifies as one of the better options for error monitoring.
Upvotes: 0