From 6a73ddd8dd1e70e7941d1278de928e329930ffda Mon Sep 17 00:00:00 2001 From: Colin Chartier Date: Mon, 15 Apr 2024 11:43:45 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ba449525e..c9b2faa32f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ - Scrub transactions before enforcing quotas. ([#3248](https://github.com/getsentry/relay/pull/3248)) - Implement metric name based cardinality limits. ([#3313](https://github.com/getsentry/relay/pull/3313)) - Kafka topic config supports default topic names as keys. ([#3282](https://github.com/getsentry/relay/pull/3282), [#3350](https://github.com/getsentry/relay/pull/3350)) +- Extract AI metrics from spans. ([#3412](https://github.com/getsentry/relay/pull/3412)) - Set all span tags on the transaction span. ([#3310](https://github.com/getsentry/relay/pull/3310)) - Emit outcomes for user feedback events. ([#3026](https://github.com/getsentry/relay/pull/3026)) - Collect duration for all spans. ([#3322](https://github.com/getsentry/relay/pull/3322))