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
See: https://docs.sentry.io/clientdev/interfaces/contexts/
We could add for example device info better. So we can identify the clients with versions etc.
The text was updated successfully, but these errors were encountered:
We should also try to parse the user agent string properly.
That way we can set if this is the desktop, android, ios client. Possible the OS (desktop). And the version of the clients.
Should help in finding out if certain clients do bad things.
Sorry, something went wrong.
Most of this is already detected by the Sentry SDK.
No branches or pull requests
See: https://docs.sentry.io/clientdev/interfaces/contexts/
We could add for example device info better. So we can identify the clients with versions etc.
The text was updated successfully, but these errors were encountered: