Skip to content

Commit

Permalink
di fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jul 18, 2024
1 parent 3b06134 commit aa2cfe7
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 @@ -26,7 +26,7 @@ def start
# do nothing if the code tracker has already started.
return if @compiled_trace_point

@compiled_trace_point = TracePoint.enable(:script_compiled) do |tp|
@compiled_trace_point = TracePoint.trace(:script_compiled) do |tp|
# Useful attributes of the trace point here:
# .instruction_sequence
# .method_id
Expand Down

0 comments on commit aa2cfe7

Please sign in to comment.