From 6f51feb02eb50e8e847761d56154b0db3fc23ecc Mon Sep 17 00:00:00 2001 From: Tanna McClure Date: Tue, 18 Jun 2024 14:51:24 -0500 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Hannah Ramadan <76922290+hannahramadan@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab03a81c9e..f1c72a0bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Version introduces instrumentation for the aws-sdk-sqs gem, fixes a bug re - **Feature: Add instrumentation for SQS** - The agent has added instrumentation for the aws-sdk-sqs gem. The agent will now record message broker spans for SQS client calls made with the aws-sdk-sqs gem. [PR#2679](https://github.com/newrelic/newrelic-ruby-agent/pull/2679) + The agent has added instrumentation for the [aws-sdk-sqs gem](https://rubygems.org/gems/aws-sdk-sqs). The agent will now record message broker spans for SQS client calls made with the aws-sdk-sqs gem. [PR#2679](https://github.com/newrelic/newrelic-ruby-agent/pull/2679) - **Bugfix: HTTP status code based expected errors will now have an "expected" value of "true"**