Skip to content

Commit

Permalink
Merge branch 'main' into aws_lambda-programatic-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwestbrook authored Jan 14, 2025
2 parents 67b1c02 + 00d379c commit 82e6f08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .instrumentation_generator/templates/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
# appraise 'rack-2.0' do
# gem 'rack', '2.0.8'
# end

2 changes: 1 addition & 1 deletion .instrumentation_generator/templates/lib/entrypoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
# SPDX-License-Identifier: Apache-2.0

require_relative './opentelemetry/instrumentation'
require_relative 'opentelemetry/instrumentation'
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ module OpenTelemetry
end
end

require_relative './instrumentation/<%= instrumentation_name %>'
require_relative 'instrumentation/<%= instrumentation_name %>'
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ module OpenTelemetry
end
end

require_relative './<%= instrumentation_name %>/instrumentation'
require_relative './<%= instrumentation_name %>/version'
require_relative '<%= instrumentation_name %>/instrumentation'
require_relative '<%= instrumentation_name %>/version'

0 comments on commit 82e6f08

Please sign in to comment.