From 86a37d8ceab310bea59a99f4e2735330971d24b7 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 26 Aug 2025 21:00:16 -0400 Subject: [PATCH] Add changelog entry for SentryMetrics missing import fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 207596c71..7aade22d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed a missing import in `SentryMetrics`. + - Fixed `AWSPollyTTSService` to support AWS credential provider chain (IAM roles, IRSA, instance profiles) instead of requiring explicit environment variables.