diff --git a/services/web/frontend/js/features/source-editor/languages/latex/complete.ts b/services/web/frontend/js/features/source-editor/languages/latex/complete.ts index f302168074..88b68b04be 100644 --- a/services/web/frontend/js/features/source-editor/languages/latex/complete.ts +++ b/services/web/frontend/js/features/source-editor/languages/latex/complete.ts @@ -269,11 +269,7 @@ const analyticsSourceBuilder = (debounceTimes: number[]) => { counters.forEach(debouncedCounter => { result[`${debouncedCounter.debounceTime}ms`] = debouncedCounter.counter }) - sendMBSampled( - 'cite-key-search', - { searchesForDebouncedTime: result }, - 0.01 - ) + sendMBSampled('cite-key-search', result, 0.05) timeoutId = 0 resetCounters() }, CITE_ANALYTICS_REPORT_TIMEOUT)