diff options
Diffstat (limited to 'src/logger/debugContext.ts')
-rw-r--r-- | src/logger/debugContext.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/logger/debugContext.ts b/src/logger/debugContext.ts index 658f4b18b..0e04752e3 100644 --- a/src/logger/debugContext.ts +++ b/src/logger/debugContext.ts @@ -7,4 +7,6 @@ */ export const DebugContext = { // e.g. composer: 'composer' + session: 'session', + notifications: 'notifications', } as const |