mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 22:50:46 +02: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:
committed by
Copybot
parent
49524e4212
commit
8c3f46be63
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user