Skip to content

Commit 4b4ee46

Browse files
committed
fix wrong identification attribute
1 parent 9a1cdb9 commit 4b4ee46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export const trackChangeLogOpen = () => {
217217
// Identification
218218

219219
export const identifyUserLanguages = (languages: string[]) => {
220-
identifyUserProperty(Attributes.LANGUAGE, languages)
220+
identifyUserProperty(Attributes.LANGUAGES, languages)
221221
}
222222

223223
export const identifyUserListingMode = (listingMode: "compact" | "normal") => {

0 commit comments

Comments
 (0)