Skip to content

Commit

Permalink
Update instrumentation/aws_lambda/lib/opentelemetry/instrumentation/a…
Browse files Browse the repository at this point in the history
…ws_lambda/handler.rb

Co-authored-by: Kayla Reopelle (she/her) <[email protected]>
  • Loading branch information
xuan-cao-swi and kaylareopelle authored Mar 19, 2024
1 parent 4fe7b87 commit ba86dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def extract_parent_context(event)
getter: OpenTelemetry::Context::Propagation.text_map_getter
)
rescue StandardError => e
OpenTelemetry.logger.error("aws-lambda instrumentation exception occur while extracting parent context: #{e.message}")
OpenTelemetry.logger.error("aws-lambda instrumentation exception occurred while extracting the parent context: #{e.message}")
OpenTelemetry::Context.empty
end

Expand Down

0 comments on commit ba86dc7

Please sign in to comment.