mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-10 11:42:03 +00:00
Merge pull request #4326 from overleaf/pr-avoid-double-stringify-compile-events
Remove controller-level `stringify` for compile events GitOrigin-RevId: 1b33b5204a846dc4f25dcfbad02c1edc1e010e9f
This commit is contained in:
parent
d257884dce
commit
97da586877
1 changed files with 1 additions and 5 deletions
|
@ -732,11 +732,7 @@ App.controller(
|
|||
newLogsUI: window.showNewLogsUI,
|
||||
subvariant: window.showNewLogsUI ? window.logsUISubvariant : null,
|
||||
}
|
||||
eventTracking.sendMBSampled(
|
||||
'compile-result',
|
||||
JSON.stringify(metadata),
|
||||
0.01
|
||||
)
|
||||
eventTracking.sendMBSampled('compile-result', metadata, 0.01)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue