Skip to content

Commit ad30907

Browse files
Merge branch 'main' into release-hook-perms
2 parents df27a6c + 3ecb387 commit ad30907

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

instrumentation/all/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
### v0.85.0 / 2025-10-11
44

5-
* ADDED: Ruby Logger instrumentation
65
* BREAKING CHANGE: aws_sdk Suppress internal spans by default
76

87
### v0.84.0 / 2025-09-27

instrumentation/ethon/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-ethon
22

3+
### v0.24.2 / 2025-10-14
4+
5+
* FIXED: Raise original Ethon error after span updates
6+
37
### v0.24.1 / 2025-09-30
48

59
* FIXED: Min OTel Ruby API 1.7

instrumentation/ethon/lib/opentelemetry/instrumentation/ethon/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 Ethon
10-
VERSION = '0.24.1'
10+
VERSION = '0.24.2'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)