From 2df4304a9f569fdbed655dba5522ccf1b0e74abe Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Wed, 25 Feb 2026 12:48:54 +0100 Subject: [PATCH] fix changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63279d61a..f41edfeee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ ## 6.4.0 -- Queue time capture for Rack ([#2838](https://github.com/getsentry/sentry-ruby/pull/2838)) - ### Features - Add support for OTLP ingestion in `sentry-opentelemetry` ([#2853](https://github.com/getsentry/sentry-ruby/pull/2853)) @@ -25,6 +23,7 @@ If you were using the `SpanProcessor` before, we recommend migrating over to `config.otlp` since it's a much simpler setup. - Treat Sidekiq nil retry as true ([#2864](https://github.com/getsentry/sentry-ruby/pull/2864)) +- Queue time capture for Rack ([#2838](https://github.com/getsentry/sentry-ruby/pull/2838)) ### Bug Fixes