Don't send use_locale event

This commit is contained in:
Misode
2022-05-09 17:59:41 +02:00
parent af31f5cfbd
commit 8e9cc5c7ff

View File

@@ -41,7 +41,7 @@ export namespace Analytics {
export function setLocale(locale: string) {
dimension(DIM_LANGUAGE, locale)
gtag('event', 'use_locale', {
gtag('set', {
locale,
})
}