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 7c83551 commit f966670Copy full SHA for f966670
instrumentation/all/Gemfile
@@ -20,7 +20,7 @@ group :test do
20
.sort
21
.each { |dir| gem "opentelemetry-helpers-#{dir}", path: "../../helpers/#{dir}" }
22
23
- excluded_instrumentations = %w[. .. all]
+ excluded_instrumentations = %w[. .. all grpc]
24
Dir.entries('../')
25
.select { |entry| File.directory?(File.join('../', entry)) }
26
.reject { |entry| excluded_instrumentations.include?(entry) }
0 commit comments