betaacid / expo-analytics

Google Analytics integration for use with React Native apps built on Expo
MIT License
286 stars 64 forks source link

User agent language (not set) #50

Open tibbis opened 4 years ago

tibbis commented 4 years ago

The user agent data seems to not send the language as its being seen as (not set) in GA. I tried overriding it with const analytics = new Analytics(GA_ID, { ul: 'en-us' }, {debug: true});, but it didn't affect it.

Anyone with a solution?

gpessa commented 4 years ago

Any solution for this one? I have the same