diff --git a/desktop/plugins/public/ui-debugger/tracker.tsx b/desktop/plugins/public/ui-debugger/tracker.tsx index 4166f5799..4788b83db 100644 --- a/desktop/plugins/public/ui-debugger/tracker.tsx +++ b/desktop/plugins/public/ui-debugger/tracker.tsx @@ -40,6 +40,15 @@ type TrackerEvents = { key: string; value: string; }; + 'big-grep-searched': { + searchTerm: string; + tags: Tag[]; + }; + 'ide-opened': { + ide: string; + name: string; + tags: Tag[]; + }; }; export interface Tracker {