Subscribe

Are you using exception logging in your web application?

One of my favorite rails plugins is exception notifier. This plugin will send you an email whenever an exception is generated by your application. This information includes:

  • the request and parameters that caused the exception
  • a stack trace
  • the contents of the users session.
  • the values of all the environment variables