Skip to content

Commit 9e6eb2e

Browse files
authored
Merge branch 'main' into xray-sampler-pr2
2 parents db1a68e + 0187ab5 commit 9e6eb2e

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

instrumentation/all/CHANGELOG.md

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

3+
### v0.82.0 / 2025-09-18
4+
5+
* BREAKING CHANGE: AWS Lambda: Check if span has the attributes method to avoid internal error
6+
7+
* FIXED: AWS Lambda: Check if span has the attributes method to avoid internal error
8+
39
### v0.81.0 / 2025-09-16
410

511
* ADDED: Anthropic initial instrumentation

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.81.0'
10+
VERSION = '0.82.0'
1111
end
1212
end
1313
end

instrumentation/all/opentelemetry-instrumentation-all.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828

2929
spec.add_dependency 'opentelemetry-instrumentation-active_model_serializers', '~> 0.22.0'
3030
spec.add_dependency 'opentelemetry-instrumentation-anthropic', '~> 0.1.0'
31-
spec.add_dependency 'opentelemetry-instrumentation-aws_lambda', '~> 0.3.0'
31+
spec.add_dependency 'opentelemetry-instrumentation-aws_lambda', '~> 0.4.0'
3232
spec.add_dependency 'opentelemetry-instrumentation-aws_sdk', '~> 0.8.0'
3333
spec.add_dependency 'opentelemetry-instrumentation-bunny', '~> 0.22.0'
3434
spec.add_dependency 'opentelemetry-instrumentation-concurrent_ruby', '~> 0.22.0'

instrumentation/aws_lambda/CHANGELOG.md

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

3+
### v0.4.0 / 2025-09-18
4+
5+
* BREAKING CHANGE: Check if span has the attributes method to avoid internal error
6+
7+
* FIXED: Check if span has the attributes method to avoid internal error
8+
39
### v0.3.0 / 2025-02-04
410

511
* ADDED: AWS Lambda programmatic wrap

instrumentation/aws_lambda/lib/opentelemetry/instrumentation/aws_lambda/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 AwsLambda
10-
VERSION = '0.3.0'
10+
VERSION = '0.4.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)