From be7ee97dd3002177f3436faff6ae07a4d098ce08 Mon Sep 17 00:00:00 2001 From: Eli Yukelzon Date: Thu, 16 Apr 2020 20:17:46 +0300 Subject: [PATCH] =?UTF-8?q?MM-24094=20=20EnableOpenTracing=20config=20sett?= =?UTF-8?q?ing=20missing=20from=20teleme=E2=80=A6=20(#14298)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/diagnostics.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/diagnostics.go b/app/diagnostics.go index 7a413e950c..7e2d25471e 100644 --- a/app/diagnostics.go +++ b/app/diagnostics.go @@ -325,6 +325,7 @@ func (a *App) trackConfig() { "enable_bot_account_creation": *cfg.ServiceSettings.EnableBotAccountCreation, "enable_svgs": *cfg.ServiceSettings.EnableSVGs, "enable_latex": *cfg.ServiceSettings.EnableLatex, + "enable_opentracing": *cfg.ServiceSettings.EnableOpenTracing, }) a.SendDiagnostic(TRACK_CONFIG_TEAM, map[string]interface{}{