Skip to content

Commit

Permalink
Add datadog version config
Browse files Browse the repository at this point in the history
  • Loading branch information
acrollet committed Apr 17, 2024
1 parent 06c7a2f commit 73ae737
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 @@ -9,6 +9,7 @@
# Namespace our app
c.service = 'vets-api'
c.env = Settings.vsp_environment unless ENV['DD_ENV']
c.version = AppInfo::GIT_REVISION unless ENV['DD_VERSION']

# Enable instruments
c.tracing.instrument :rails
Expand Down

0 comments on commit 73ae737

Please sign in to comment.