mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
don't log events from health check user
This commit is contained in:
parent
b9001f19e6
commit
a822cc0c92
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ module.exports =
|
|||
|
||||
|
||||
recordEvent: (user_id, event, segmentation = {}, callback = (error) ->) ->
|
||||
if user_id == settings.smokeTest?.userId
|
||||
return callback()
|
||||
opts =
|
||||
body:
|
||||
event:event
|
||||
|
|
Loading…
Reference in a new issue