Skip to content

Commit

Permalink
Update datadog config - add env (#3532)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Apr 21, 2023
1 parent e1e780d commit e43c1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Datadog.configure do |c|
c.tracer(enabled: false) unless Rails.env.production?
c.env = 'production'
# Rails
c.use :rails

Expand Down

0 comments on commit e43c1d3

Please sign in to comment.