Skip to content

Commit

Permalink
feat: change active_storage instrumentation version to 0.1.0 and remo…
Browse files Browse the repository at this point in the history
…ve active_storage from all
  • Loading branch information
ymtdzzz committed Jan 18, 2025
1 parent ed63c88 commit d6979a7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveStorage
VERSION = '0.0.0'
VERSION = '0.1.0'
end
end
end
1 change: 0 additions & 1 deletion instrumentation/all/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ source 'https://rubygems.org'

gemspec

gem 'opentelemetry-instrumentation-active_storage', path: '../active_storage'
group :test do
Dir.entries('../../helpers')
.select { |entry| File.directory?(File.join('../../helpers', entry)) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#
# SPDX-License-Identifier: Apache-2.0

require 'opentelemetry-instrumentation-active_storage'
require 'opentelemetry-instrumentation-gruf'
require 'opentelemetry-instrumentation-trilogy'
require 'opentelemetry-instrumentation-active_support'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.1'

spec.add_dependency 'opentelemetry-instrumentation-active_model_serializers', '~> 0.22.0'
spec.add_dependency 'opentelemetry-instrumentation-active_storage', '~> 0.0.0'
spec.add_dependency 'opentelemetry-instrumentation-aws_lambda', '~> 0.2.0'
spec.add_dependency 'opentelemetry-instrumentation-aws_sdk', '~> 0.8.0'
spec.add_dependency 'opentelemetry-instrumentation-bunny', '~> 0.22.0'
Expand Down

0 comments on commit d6979a7

Please sign in to comment.