Skip to content

Commit

Permalink
chore(deps): upgrade to glean 2.x (#9509)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Aug 17, 2023
1 parent 58f9052 commit 098c5a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions client/src/telemetry/glean-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function glean(): GleanAnalytics {
Glean.initialize(GLEAN_APP_ID, uploadEnabled, {
maxEvents: 1,
channel: GLEAN_CHANNEL,
migrateFromLegacyStorage: true,
serverEndpoint: DEV_MODE
? "https://developer.allizom.org"
: document.location.origin,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@fast-csv/parse": "^4.3.6",
"@mdn/bcd-utils-api": "^0.0.4",
"@mdn/browser-compat-data": "^5.3.10",
"@mozilla/glean": "1.4.0",
"@mozilla/glean": "2.0.1",
"@sentry/integrations": "^7.63.0",
"@sentry/node": "^7.63.0",
"@use-it/interval": "^1.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2209,12 +2209,12 @@
resolved "https://registry.yarnpkg.com/@mdn/minimalist/-/minimalist-2.0.4.tgz#6488ab0cb65b059446dcd9bf542246b81febe241"
integrity sha512-jocePw/fsGcBxO67D+iWQLZ0TQjwNVonaME2BFN98QIm/e1kTY1/k2s4fOqH5MMa3QYURxa098bI4sChn6s/7Q==

"@mozilla/glean@1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@mozilla/glean/-/glean-1.4.0.tgz#a29cb3bde7e52de4d100c1e539298aa3a7ec28f8"
integrity sha512-16YgRBPexUtgGD13dnAYYmHeeEzatQ2wSFuwopNvXuy4CeJw3xpJ+N4fVjnMJtQffpp89l2f4BvKva+eAmmBPg==
"@mozilla/glean@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@mozilla/glean/-/glean-2.0.1.tgz#43ca7de7f60ab5a3935b654db91a845d7a5e8cc4"
integrity sha512-qPD5Je/ercCCUlFJnfs0T3+zNvU/IhP/SpLMaHiOwdF4RwuNC+eoCPzLIOjkDm1LnZwlAzd9qnyoqTPoAAmIpg==
dependencies:
fflate "^0.7.1"
fflate "^0.8.0"
jose "^4.0.4"
tslib "^2.3.1"
uuid "^9.0.0"
Expand Down Expand Up @@ -6799,10 +6799,10 @@ feed@^4.2.2:
dependencies:
xml-js "^1.6.11"

fflate@^0.7.1:
version "0.7.4"
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.7.4.tgz#61587e5d958fdabb5a9368a302c25363f4f69f50"
integrity sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==
fflate@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/fflate/-/fflate-0.8.0.tgz#f93ad1dcbe695a25ae378cf2386624969a7cda32"
integrity sha512-FAdS4qMuFjsJj6XHbBaZeXOgaypXp8iw/Tpyuq/w3XA41jjLHT8NPA+n7czH/DDhdncq0nAyDZmPeWXh2qmdIg==

figures@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 098c5a3

Please sign in to comment.