fix: command palette tweaks and fixes (#7876)

This commit is contained in:
David Luzar
2024-04-11 11:39:19 +02:00
committed by GitHub
parent 4987cc53d0
commit f597bd3e01
10 changed files with 116 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
// place here categories that you want to track. We want to track just a
// small subset of categories at a given time.
const ALLOWED_CATEGORIES_TO_TRACK = ["ai"] as string[];
const ALLOWED_CATEGORIES_TO_TRACK = ["ai", "command_palette"] as string[];
export const trackEvent = (
category: string,