File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed
lib/opentelemetry/instrumentation/all
lib/opentelemetry/instrumentation/aws_lambda Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 77module OpenTelemetry
88 module Instrumentation
99 module All
10- VERSION = '0.81 .0'
10+ VERSION = '0.82 .0'
1111 end
1212 end
1313end
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 77module OpenTelemetry
88 module Instrumentation
99 module AwsLambda
10- VERSION = '0.3 .0'
10+ VERSION = '0.4 .0'
1111 end
1212 end
1313end
You can’t perform that action at this time.
0 commit comments