mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Don't send use_locale event
This commit is contained in:
@@ -41,7 +41,7 @@ export namespace Analytics {
|
||||
|
||||
export function setLocale(locale: string) {
|
||||
dimension(DIM_LANGUAGE, locale)
|
||||
gtag('event', 'use_locale', {
|
||||
gtag('set', {
|
||||
locale,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user