Skip to content

Commit

Permalink
chore: Add library compatiblity by default in generators
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Nov 30, 2021
1 parent 4f4f856 commit ea1c911
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module OpenTelemetry
module <%= pascal_cased_instrumentation_name %>
# The Instrumentation class contains logic to detect and install the <%= pascal_cased_instrumentation_name %> instrumentation
class Instrumentation < OpenTelemetry::Instrumentation::Base
instrumented_library_name '<%= instrumentation_name %>'

install do |_config|
require_dependencies
end
Expand Down

0 comments on commit ea1c911

Please sign in to comment.