From 305cb62593c72a09909e5d762d1a8f49b3bad2c2 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 22 May 2023 18:15:39 -0500 Subject: [PATCH] Use same changelog as #15610 so they merge --- changelog.d/15647.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/15647.bugfix b/changelog.d/15647.bugfix index b92a9e0a9b94..2eff30f6e3f3 100644 --- a/changelog.d/15647.bugfix +++ b/changelog.d/15647.bugfix @@ -1 +1 @@ -Fix `@trace` not wrapping some state related operations that return coroutines correctly. +Instrument `state` and `state_group` storage-related operations to better picture what's happening when tracing.