keyhub
keyhub copied to clipboard
Add ELMAH (NuGet package) for logging Exceptions
Add Elmah package to the project and configure it to only allow access to users from the admin role. Also change the current logging implementation to send Fatal, Error and Warning messages to Elmah as well.
Added ELMAH logging to sysadmin role. You can reach it at: http://siteurl/elmah This contains all errros on the website. We should optionally change the current nlog logger to log to Elmah as well
Appfail.net is also an option, if it saves dev time; I've used it in the past.
@nathanaeljones Do you want to do this ourselves or would you rather use a service like Appfail.net or raygun.io. I haven't used raygun, but I've heard very good things.
Do you know if Raygun also measures response times? It would be good to be able to measure latency as well - I think NewRelic does that too.
No, it's strictly for tracking errors that happen during runtime. We would still need to use NewRelic in conjunction.