Questions tagged [raygun.io]

Automatic error tracking and crash reporting - raygun.io

Raygun notifies you when errors occur in your app with intelligent grouping and the complete stack trace in real time.

Whether your code is running in a data center or on a million mobile devices, Raygun gives you the data you need to fix bugs fast.

17 questions
0
votes
1 answer

Can Raygun be set up to report all uncaught exceptions in an Azure worker role?

Can Raygun be used to report uncaught exceptions in an Azure worker role? Or do caught exceptions have to be sent to Raygun manually? I have added the following lines to my app.config
Dan O'Leary
  • 2,660
  • 6
  • 24
  • 50
0
votes
1 answer

How to extend error handling code in Orchard?

I am trying to add error-tracking service Raygun to Orchard, however I am not sure how to intercept exception thrown by the application. In the default ASP.NET MVC it is usually done through Application_Error() in Global.asax.cs, is there a way to…
1
2