We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342084f commit e1e4d20Copy full SHA for e1e4d20
zero-code-instrumentation/lib/zero-code-instrumentation.rb
@@ -128,7 +128,7 @@ def require_otel
128
loaded_library_file_path << file_path if include_file
129
end
130
131
-puts loaded_library_file_path.to_s if ENV['ZERO_CODE_DEBUG'] == 'true'
+puts "Loaded Library File Paths " + loaded_library_file_path.join(",") if ENV['ZERO_CODE_DEBUG'] == 'true'
132
133
loaded_library_file_path.each do |file_path|
134
$LOAD_PATH.unshift("#{file_path}/lib")
0 commit comments