Skip to content

Commit

Permalink
Use full qualified constant name (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling authored Mar 26, 2020
1 parent 7ada7a5 commit 4c72d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws-xray-sdk/facets/rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Railtie < ::Rails::Railtie
RAILS_OPTIONS = %I[active_record].freeze

initializer("aws-xray-sdk.rack_middleware") do |app|
app.middleware.insert 0, Rack::Middleware
app.middleware.insert 0, XRay::Rack::Middleware
app.middleware.use XRay::Rails::ExceptionMiddleware
end

Expand Down

0 comments on commit 4c72d75

Please sign in to comment.