mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Disable page view and session tracking.
This commit is contained in:
parent
1a8c86ab6b
commit
f4d78a856c
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
Countly.url = '#{settings.analytics.countly.server}';
|
||||
!{ session.user ? 'Countly.device_id = "' + session.user._id + '";' : '' }
|
||||
|
||||
Countly.q.push(['track_sessions']);
|
||||
Countly.q.push(['track_pageview']);
|
||||
|
||||
(function() {
|
||||
var cly = document.createElement('script'); cly.type = 'text/javascript';
|
||||
cly.async = true;
|
||||
|
|
Loading…
Reference in a new issue