From 54a9bc8f40c7e90e3675bfdd94f75ef49cd94e9d Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Tue, 14 May 2024 14:26:03 +0200 Subject: [PATCH] fix(telemetry): remove Glean migration flag (#11069) fix(glean): remove migration flag This has been running long enough and is causing issues. See https://bugzilla.mozilla.org/show_bug.cgi?id=1894064 --- client/src/telemetry/glean-context.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/telemetry/glean-context.tsx b/client/src/telemetry/glean-context.tsx index f3849e582d49..2008b4ce7bdc 100644 --- a/client/src/telemetry/glean-context.tsx +++ b/client/src/telemetry/glean-context.tsx @@ -93,7 +93,6 @@ function glean(): GleanAnalytics { Glean.initialize(GLEAN_APP_ID, uploadEnabled, { enableAutoPageLoadEvents: true, channel: GLEAN_CHANNEL, - migrateFromLegacyStorage: true, serverEndpoint: DEV_MODE ? "https://developer.allizom.org" : document.location.origin,