Skip to content

Commit

Permalink
configure datadog tracer. #420
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 19, 2020
1 parent 7ff2c97 commit 7947415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/datadog-tracer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
c.use :rails, service_name: "client-api"
c.use :elasticsearch
c.use :active_record, analytics_enabled: false
c.use :aws, analytics_enabled: true
c.use :shoryuken, analytics_enabled: true
c.use :aws, analytics_enabled: false
c.use :shoryuken, analytics_enabled: false
c.use :graphql, schemas: [LupoSchema]
end

0 comments on commit 7947415

Please sign in to comment.