From a5f95acaf59e3e8a526362e65cc546b970048257 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 12 Feb 2026 22:07:09 -0500 Subject: [PATCH] Add changelog for PR #3735 --- changelog/3735.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3735.fixed.md diff --git a/changelog/3735.fixed.md b/changelog/3735.fixed.md new file mode 100644 index 000000000..02de936c7 --- /dev/null +++ b/changelog/3735.fixed.md @@ -0,0 +1 @@ +- Fixed tracing service decorators executing the wrapped function twice when the function itself raised an exception (e.g., LLM rate limit, TTS timeout).