sentry-native icon indicating copy to clipboard operation
sentry-native copied to clipboard

feat: add linux distributions to os context

Open supervacuus opened this issue 11 months ago • 6 comments

Fixes #943.

This adds Linux distribution meta-data to the os context as follows:

Screenshot 2024-03-07 at 14 55 00

Only name and version should be indexed.

Further steps required before we merge/release this:

  • [x] update event payload docs for OS context: https://github.com/getsentry/develop/pull/1227
  • [x] add definitions in relay: https://github.com/getsentry/relay/pull/3443
  • [x] add indexing support for name and version: https://github.com/getsentry/sentry/pull/69865
  • [ ] restructure event-payload to be flat (i.e. distribution_name instead of distribution.name, etc.)
  • [ ] apply flat structure to develop-docs (+ fix the link in develop-docs back to a commit in master: https://github.com/getsentry/sentry-docs/pull/10768)
  • [ ] apply flat structure to relay
  • [ ] apply flat structure to indexing support

supervacuus avatar Mar 07 '24 14:03 supervacuus