Skip to content

Commit

Permalink
freeze the environment tags hash
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Nov 8, 2023
1 parent 8b5636e commit 8a8ab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/ci/recorder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Recorder
attr_reader :environment_tags

def initialize
@environment_tags = Ext::Environment.tags(ENV)
@environment_tags = Ext::Environment.tags(ENV).freeze
@local_context = Context::Local.new
end

Expand Down

0 comments on commit 8a8ab5c

Please sign in to comment.