Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Change the Glean client id
Browse files Browse the repository at this point in the history
This implements the change discussed with @kirill-demtchouk in [this bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1864983#c3).
  • Loading branch information
Dexterp37 authored Nov 21, 2023
1 parent 02b9fbe commit 2f94452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/glean/runtime/glean-plugin.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.hook('app:mounted', () => {
log.info('Glean: App mounted, start initing glean')

const GLEAN_APP_ID = 'mozilla-social-web'
const GLEAN_APP_ID = 'moso-mastodon-web'
const env = useAppConfig().env
const devMode = env === ('dev' || 'canary' || 'preview')
const userSettings = useUserSettings()
Expand Down

0 comments on commit 2f94452

Please sign in to comment.