From 07dd57d1ea77c3f20f8f2a45a8a24ef8abe4e12e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 1 Mar 2025 13:34:12 -0600 Subject: Add metrics to reporting flow (#7871) * Add metrics to reporting flow * Remove vestigial state --- src/logger/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/logger/types.ts') diff --git a/src/logger/types.ts b/src/logger/types.ts index 9110a8c6f..d14e21a9d 100644 --- a/src/logger/types.ts +++ b/src/logger/types.ts @@ -9,6 +9,7 @@ export enum LogContext { Notifications = 'notifications', ConversationAgent = 'conversation-agent', DMsAgent = 'dms-agent', + ReportDialog = 'report-dialog', /** * METRIC IS FOR INTERNAL USE ONLY, don't create any other loggers using this -- cgit 1.4.1