mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02: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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user