Sending extra data to Exceptional
Use Exceptional.context to set the extra data you want to send (for Rails this could be in a before_filter):
Exceptional.context(:user_id => "1", :email =>
"someuser@mydomain.com" )
When an exception is thrown the extra data is visible in the params section of the exception page:
