Closed padinko closed 3 years ago
We use the ua-parser
package (which relies on data from uap-core
) in our backend to translate from user agent string to browser name and version. If there's a mismatch, they're the ones who will be able to fix it.
Can you please create an issue in the uap-core
repo? Once they fix their detection, we can update to use the new version.
(I'm going to move this to our main getsentry/sentry repo, since that's what will need to be updated to fix this once ua-parser
makes their change.)
Sorry, friend. As far as this ol' bot can tell, your issue does not properly use one of this repo's available issue templates. Please try again, if you like. (And if I'm confused, please let us know. 😬)
(log)
@padinko - sorry, forgot our bots wouldn't accept the issue as is. Regardless, it's probably a good idea to create a new issue for the package update once ua-parser
has done their fix, as this will get auto-closed after a certain amount of time even if I re-open it now.
Micosoft Edge for iOS has user agent like:
with
EdgiOS/version
part, but sentry is not detecting this and showingMobile Safari
as a browser