mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 21:35:32 +00:00
Merge pull request #19672 from overleaf/mj-fix-event-segmentation-cite
[web] Fix BQ even segmentation GitOrigin-RevId: 1332e6dc1214129f1c1d628e138a3ad066c10bf6
This commit is contained in:
parent
e2d87f4821
commit
6d5e503aba
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue