mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
092ef7925c
commit
9d913a0cea
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ module.exports = CompileController = {
|
|||
if (limits?.emitCompileResultEvent) {
|
||||
AnalyticsManager.recordEventForSession(
|
||||
req.session,
|
||||
'compile-result',
|
||||
'compile-result-backend',
|
||||
{
|
||||
projectId,
|
||||
ownerAnalyticsId: limits.ownerAnalyticsId,
|
||||
|
|
Loading…
Reference in a new issue