Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jan 15, 2024
1 parent 357ca28 commit c1de6d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/datadog/ci/contrib/minitest/configuration/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ class Settings < Datadog::CI::Contrib::Settings
option :service_name do |o|
o.type :string
o.default do
p "IN MINITEST CONFIG"
p "DD_SERVICE"
p ENV["DD_SERVICE"]
p "SERVICE"
p Datadog.configuration.service
p "SERVICE WITHOUT FALLBACK"
p Datadog.configuration.service_without_fallback
p "REPO NAME"
p Utils::Git.repository_name
p Ext::DEFAULT_SERVICE_NAME
Datadog.configuration.service_without_fallback || Utils::Git.repository_name || Ext::DEFAULT_SERVICE_NAME
end
end
Expand Down

0 comments on commit c1de6d6

Please sign in to comment.