We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting multiple error reports from Sentry, which tracks down to the following line:
mapbox-gl-language/index.js
Line 198 in c69b4da
All of them are reported from Chrome on Android, where the one with the newest version is running Chrome 62.
The text was updated successfully, but these errors were encountered:
I guess it should have a fallback that if it can't get navigator.languages, navigator.language or navigator.userLanguage it should just return null.
navigator.languages
navigator.language
navigator.userLanguage
null
Sorry, something went wrong.
BTW. I tested this on Chrome on Android, 69 and I can't replicate, but I still agree with being more defensive in the code.
Successfully merging a pull request may close this issue.
I'm getting multiple error reports from Sentry, which tracks down to the following line:
mapbox-gl-language/index.js
Line 198 in c69b4da
All of them are reported from Chrome on Android, where the one with the newest version is running Chrome 62.
The text was updated successfully, but these errors were encountered: