about summary refs log tree commit diff
path: root/src/logger
diff options
context:
space:
mode:
Diffstat (limited to 'src/logger')
-rw-r--r--src/logger/debugContext.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logger/debugContext.ts b/src/logger/debugContext.ts
index 0e04752e3..997120786 100644
--- a/src/logger/debugContext.ts
+++ b/src/logger/debugContext.ts
@@ -9,4 +9,5 @@ export const DebugContext = {
   // e.g. composer: 'composer'
   session: 'session',
   notifications: 'notifications',
+  convo: 'convo',
 } as const