Add metrics to reporting flow (#7871)
* Add metrics to reporting flow * Remove vestigial state
This commit is contained in:
@@ -305,4 +305,15 @@ export type MetricEvents = {
|
||||
|
||||
'progressGuide:hide': {}
|
||||
'progressGuide:followDialog:open': {}
|
||||
|
||||
'reportDialog:open': {
|
||||
subjectType: string
|
||||
}
|
||||
'reportDialog:close': {}
|
||||
'reportDialog:success': {
|
||||
reason: string
|
||||
labeler: string
|
||||
details: boolean
|
||||
}
|
||||
'reportDialog:failure': {}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user