deepwell / meteor-raven

Raven/Sentry integration package for Meteor
29 stars 10 forks source link

Add support for catching uncaught server exceptions with patchGlobal #4

Closed rgould closed 10 years ago

rgould commented 10 years ago

I wanted to use meteor-raven while still capturing uncaught exceptions, so I thought I'd forward this functionality on. Thoughts?

allaire commented 10 years ago

:+1: @deepwell I'm using your fork in the meantime @rgould

deepwell commented 10 years ago

Thanks @rgould, conceptually I like it and will get this in, but I want to play with the code a bit how to handle these multiple config options a bit better.