mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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) ->) ->
|
recordEvent: (user_id, event, segmentation = {}, callback = (error) ->) ->
|
||||||
|
if user_id == settings.smokeTest?.userId
|
||||||
|
return callback()
|
||||||
opts =
|
opts =
|
||||||
body:
|
body:
|
||||||
event:event
|
event:event
|
||||||
|
|
Loading…
Reference in a new issue