Skip to content

Commit

Permalink
ensure we use rollbar middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
camallen committed Nov 13, 2018
1 parent d18eb84 commit 00117e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interventions_gateway_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
SUBJECT_QUEUE_EVENT_TYPE = { event_type: 'subject_queue' }.freeze

class InterventionsGatewayApi < Sinatra::Base
use Rollbar::Middleware::Sinatra

attr_reader :credential

configure :production, :development do
Expand Down

0 comments on commit 00117e3

Please sign in to comment.