Skip to content

Commit

Permalink
added aws sdk instrumentation as required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcinbell committed Nov 10, 2023
1 parent b7192ee commit a1bd935
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'opentelemetry-api', '~> 1.0'
spec.add_dependency 'opentelemetry-common', '~> 0.20.0'
spec.add_dependency 'opentelemetry-instrumentation-aws_sdk', '~> 0.5.0'
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.22.1'

spec.add_development_dependency 'activejob', '>= 6.0'
Expand Down

0 comments on commit a1bd935

Please sign in to comment.