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:
- Sentry
- StackExchange Exceptional
- Rollbar
- Raygun
- Bugsnag
- LogRocket
- Airbrake
- Azure Application Insights
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?