Skip to content

Commit

Permalink
fix(telemetry): remove Glean migration flag (#11069)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fiji-flo committed May 14, 2024
1 parent 4249546 commit 54a9bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/telemetry/glean-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 54a9bc8

Please sign in to comment.