We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1cdb9 commit 4b4ee46Copy full SHA for 4b4ee46
1 file changed
src/lib/analytics.ts
@@ -217,7 +217,7 @@ export const trackChangeLogOpen = () => {
217
// Identification
218
219
export const identifyUserLanguages = (languages: string[]) => {
220
- identifyUserProperty(Attributes.LANGUAGE, languages)
+ identifyUserProperty(Attributes.LANGUAGES, languages)
221
}
222
223
export const identifyUserListingMode = (listingMode: "compact" | "normal") => {
0 commit comments