Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 8, 2025
1 parent 0d2bddf commit 43feda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/di/instrumenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def hook_line(probe, &block)
end
rescue => exc
raise if settings.dynamic_instrumentation.internal.propagate_all_exceptions
logger.debug {"di: unhandled exception in line trace point: #{exc.class}: #{exc}" }
logger.debug { "di: unhandled exception in line trace point: #{exc.class}: #{exc}" }
telemetry&.report(exc, description: "Unhandled exception in line trace point")
# TODO test this path
end
Expand Down

0 comments on commit 43feda2

Please sign in to comment.