-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
feat: add culture context to event #2036
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good.
I would personally call this "locale info" vs "culture context": "culture" and "locale" aren't interchangeable terms, and using the platform-standard terminology helps searchability/discovery.
I just named it according to the docs: https://develop.sentry.dev/sdk/event-payloads/contexts/#culture-context |
Continuation of #2036 #skip-changelog
📜 Description
A picture is worth a 1000 words.
💡 Motivation and Context
Closes #1534.
💚 How did you test it?
Manually + unit tests
📝 Checklist
🔮 Next steps