-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
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
Add user locale info to device context #4798
Comments
Hi @lhunath, thanks for opening this feature request. Is there a specific reason why these values should be added by default, instead of allowing SDK users to set them on demand? |
Since they are platform-provided, that makes them standardized values available for all. |
We can add such information out of the box, but we must not add them as tags, because they are expensive to handle on the backend for us. Instead, we should add such info to the device or user context. If we want that to be searchable, we need to follow up on the backend to make these fields searchable. |
Thanks @philipphofmann! Is there some documentation I can consult to evaluate the costs and implications of tags vs. contexts? Thus far, my evaluation determining tag vs. context has been:
On these counts, demographic values seem to be a 2x |
@lhunath, you, as a user, can safely use tags for this. We don't want to add tags per default via the SDK for everybody. Adding common searchable properties for all users via the context and indexing them so they're searchable is cheaper for us. |
We do miss the breakdown which is a central element in demographics, but I will let the Sentry team assess internally and arrive at what is best 👍, thanks folks. |
Problem Statement
Understanding the user demographics of certain issues can be relevant and useful information.
Solution Brainstorm
Sentry could expose a standard set of tags automatically added to events to describe demographic metrics which are made available by the system directly, such as
Calendar
,TimeZone
andLocale
. Other candidates might be:Storefront
,UITraitCollection
,TermOfAddress
,AccessibilityRequest
.eg.
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: