File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
dalli/lib/opentelemetry/instrumentation/dalli
lib/opentelemetry/instrumentation/grpc Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def add_patches
3333 if Gem ::Version . new ( ::Dalli ::VERSION ) < Gem ::Version . new ( '3.0.0' )
3434 ::Dalli ::Server . prepend ( Patches ::Server )
3535 else
36- ::Dalli ::Protocol ::Binary . prepend ( Patches ::Server )
36+ ::Dalli ::Protocol ::Binary . prepend ( Patches ::Server ) if defined? ( :: Dalli :: Protocol :: Binary )
3737 ::Dalli ::Protocol ::Meta . prepend ( Patches ::Server ) if defined? ( ::Dalli ::Protocol ::Meta )
3838 end
3939 end
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-instrumentation-grpc
22
3+ ### v0.2.1 / 2025-04-17
4+
5+ * CHANGED: Fix ClientTracer: uninitialized constant GRPC (NameError) https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1471
6+
37### v0.2.0 / 2025-04-02
48
59* ADDED: Add gRPC trace demonstration
Original file line number Diff line number Diff line change 77module OpenTelemetry
88 module Instrumentation
99 module Grpc
10- VERSION = '0.2.0 '
10+ VERSION = '0.2.1 '
1111 end
1212 end
1313end
You can’t perform that action at this time.
0 commit comments