Open
Description
It would be handy if the subject could have some information passed so that it can be grouped/searched/managed based on subject.
Eg: An application specific support ticket is automatically created for an exception. It would be handy to be able to add that to the subject. This also helps integration with other support systems.
ExceptionNotifier.notify_exception(error,
:env => request.env,
:subject => "Error in application #{error_support_code}"
:data => {:content => content})