We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b71df7 commit ac41fd7Copy full SHA for ac41fd7
lib/datadog/single_step_instrument.rb
@@ -8,5 +8,5 @@
8
begin
9
require_relative 'auto_instrument'
10
rescue StandardError, LoadError => e
11
- warn "Single step instrumentation failed: #{e.class}, #{e.message}"
+ warn "Single step instrumentation failed: #{e.class}:#{e.message}\n\tSource:\n\t#{Array(e.backtrace).join("\n\t")}"
12
end
0 commit comments