spree / spree_wombat

Connect your Spree Commerce storefront to Wombat
BSD 3-Clause "New" or "Revised" License
31 stars 53 forks source link

Add WebhookController.error_notifier attribute #55

Closed jordan-brough closed 9 years ago

jordan-brough commented 9 years ago

To allow applications to report errors to their error reporting tools.

Changes:

  1. Added a "WebhookController.error_notifier" class attribute and the code to call it
  2. Updated Responder to store exception objects so they can be forwarded
  3. Updated responder.backtrace to responder.exception.backtrace
  4. Updated WebhookController to actually use ResponderSerializer