mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
Enable metrics for all production realms
(imported from commit 7ee3728ff37c244d90efd76ee69555691cf5ba97)
This commit is contained in:
@@ -3,7 +3,7 @@ var metrics = (function () {
|
||||
var exports = {};
|
||||
|
||||
function enable_metrics() {
|
||||
return page_params.enable_metrics && page_params.domain === "humbughq.com";
|
||||
return page_params.enable_metrics;
|
||||
}
|
||||
|
||||
if (! enable_metrics()) {
|
||||
|
||||
Reference in New Issue
Block a user