Skip to content

Commit cd42f0b

Browse files
committed
update
1 parent 5475748 commit cd42f0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci-contrib.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ jobs:
253253
runs-on: ${{ matrix.os }}
254254
steps:
255255
- uses: actions/checkout@v4
256+
- name: "Test Ruby 3.4"
257+
uses: ./.github/actions/test_gem
258+
with:
259+
gem: "${{ matrix.gem }}"
260+
ruby: "3.4"
256261
- name: "Test Ruby 3.3"
257262
uses: ./.github/actions/test_gem
258263
with:

instrumentation/base/lib/opentelemetry/instrumentation/base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def initialize(name, version, install_blk, present_blk,
214214
#
215215
# @param [Hash] config The config for this instrumentation
216216
def install(config = {})
217-
puts "name: #{@name}"
218217
return true if installed?
219218

220219
@config = config_options(config)

0 commit comments

Comments
 (0)