everypolitician / webhook-manager

Notifies other apps whenever EveryPolitician data changes, in style of GitHub's webhooks
https://everypolitician-app-manager.herokuapp.com/
1 stars 2 forks source link

Rollbar disable monkeypatching #51

Closed chrismytton closed 8 years ago

chrismytton commented 8 years ago

The monkeypatching that the rollbar gem does only seems to patch Rack::Builder and not Sinatra. So we do this manually, which is also a bit more explicit. I've also added a setting to specify the environment so that exceptions can be matched up to deploys.