Skip to content

Commit

Permalink
Update lib/datadog/di/code_tracker.rb
Browse files Browse the repository at this point in the history
Co-authored-by: datadog-datadog-prod-us1[bot] <88084959+datadog-datadog-prod-us1[bot]@users.noreply.github.com>
  • Loading branch information
p-datadog and datadog-datadog-prod-us1[bot] committed Sep 25, 2024
1 parent ed08f40 commit 5e25e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/di/code_tracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CodeTracker
def initialize
@registry = Hash.new
@trace_point_lock = Mutex.new
@registry_lock = Hash.new
@registry_lock = {}
end

def start
Expand Down

0 comments on commit 5e25e1f

Please sign in to comment.