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 ec0feb9 commit 7c83551Copy full SHA for 7c83551
releases/Gemfile
@@ -47,10 +47,8 @@ Dir['../propagator/**/version.rb'].each do |f|
47
gem "opentelemetry-propagator-#{name}", version
48
end
49
50
-excluded_instrumentations = %w[grpc]
51
Dir['../instrumentation/**/version.rb'].each do |f|
52
name = f.match(%r{instrumentation/(\w+)/lib})[1]
53
- next if excluded_instrumentations.include?(name)
54
55
version = File.read(f).match(/VERSION = '([\d\.]+)'/)[1]
56
gem "opentelemetry-instrumentation-#{name}", version
0 commit comments