getsentry / getsentry/sentry-java
Add OS security patch level to app context
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
### Problem Statement
There are security patches from OS vendors, that break critical parts of the storage and break librarires and apps. It happened recently with a security patch from Samsung. See more info [here](https://github.com/oblador/react-native-keychain/issues/617).
### Solution Brainstorm
In order to investigate this type of issues, it's valuable to have OS security patch level reported to sentry tags. We've now added it manually on our side, but I think it would be great to have it by default coming from Sentry.
### Product Area
Issues
┆Issue is synchronized with this [Jira Improvement](https://getsentry.atlassian.net/browse/FEEDBACK-2023) by [Unito](https://www.unito.io)
Contributor guide
Assessment
This issue has not been assessed yet.