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 72c21bd commit b8df923Copy full SHA for b8df923
instrumentation/all/Gemfile
@@ -29,7 +29,7 @@ group :test do
29
.sort
30
.each { |dir| gem "opentelemetry-helpers-#{dir}", path: "../../helpers/#{dir}" }
31
32
- excluded_instrumentations = %w[. .. all]
+ excluded_instrumentations = %w[. .. all grpc]
33
Dir.entries('../')
34
.select { |entry| File.directory?(File.join('../', entry)) }
35
.reject { |entry| excluded_instrumentations.include?(entry) }
0 commit comments