mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
include branch as analytics custom variable
This commit is contained in:
@@ -32,6 +32,7 @@ define(
|
||||
piwik.setReferrerUrl('');
|
||||
piwik.setCustomUrl('http://local' + window.location.pathname);
|
||||
piwik.setCustomVariable(1, 'version', window.NzbDrone.Version, 'page');
|
||||
piwik.setCustomVariable(2, 'branch', window.NzbDrone.Branch, 'page');
|
||||
piwik.trackPageView(title);
|
||||
}
|
||||
catch (e){
|
||||
|
||||
Reference in New Issue
Block a user