mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-04 16:44:01 +00:00
Adds some onboarding logging to investigate potential bug
This commit is contained in:
parent
0d02332be8
commit
4d4dba9677
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ module.exports = ProjectController =
|
||||||
else if event?
|
else if event?
|
||||||
return cb(null, false)
|
return cb(null, false)
|
||||||
else
|
else
|
||||||
|
logger.log user_id, event, "autocompile onboarding not shown yet to this user"
|
||||||
return cb(null, true)
|
return cb(null, true)
|
||||||
}, (err, results)->
|
}, (err, results)->
|
||||||
if err?
|
if err?
|
||||||
|
|
Loading…
Reference in a new issue