feat: Add analytics event for command bar usage (#7659)

This commit is contained in:
Muhsin Keloth
2023-08-02 13:45:26 +05:30
committed by GitHub
parent ef33c60652
commit 2a73f124ca
2 changed files with 16 additions and 1 deletions

View File

@@ -91,3 +91,7 @@ export const OPEN_AI_EVENTS = Object.freeze({
DISMISS_LABEL_SUGGESTION: 'OpenAI: Dismiss label suggestions',
DISMISS_AI_SUGGESTION: 'OpenAI: Dismiss AI suggestions',
});
export const GENERAL_EVENTS = Object.freeze({
COMMAND_BAR: 'Used commandbar',
});