Skip to content

Commit 254f5be

Browse files
Merge branch 'main' into dependabot/github_actions/ruby/setup-ruby-1.216.0
2 parents 0cf5862 + 5a1c929 commit 254f5be

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

instrumentation/all/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-all
22

3+
### v0.73.1 / 2025-02-05
4+
5+
* FIXED: Add require active_storage instrumentation to `all`
6+
37
### v0.73.0 / 2025-02-04
48

59
* CHANGED: opentelemetry-instrumentation-redis v0.26.1

instrumentation/all/lib/opentelemetry/instrumentation/all.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
require 'opentelemetry-instrumentation-active_record'
1313
require 'opentelemetry-instrumentation-action_view'
1414
require 'opentelemetry-instrumentation-action_mailer'
15+
require 'opentelemetry-instrumentation-active_storage'
1516
require 'opentelemetry-instrumentation-aws_sdk'
1617
require 'opentelemetry-instrumentation-aws_lambda'
1718
require 'opentelemetry-instrumentation-bunny'

instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module All
10-
VERSION = '0.73.0'
10+
VERSION = '0.73.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)