Merge pull request #8522 from overleaf/jpa-rename-event

[web] rename analytics event for server side compile result details

GitOrigin-RevId: c7646918c455f992425013ff517e76a669e5cc46
This commit is contained in:
Jakob Ackermann 2022-06-21 13:15:11 +01:00 committed by Copybot
parent 092ef7925c
commit 9d913a0cea

View file

@ -91,7 +91,7 @@ module.exports = CompileController = {
if (limits?.emitCompileResultEvent) {
AnalyticsManager.recordEventForSession(
req.session,
'compile-result',
'compile-result-backend',
{
projectId,
ownerAnalyticsId: limits.ownerAnalyticsId,