Discussed in #942
Originally posted by tkatsoulas February 1, 2024
Hello guys,
The current implementation to understand the host OS https://github.com/getsentry/sentry-native/blob/master/src/sentry_os.c provides poor information for any distro. Are there any plans to update them? For instance /etc/os-releases file is there for most* of the Linux distros and can provide detailed information about a host. The current mechanisms can be used as a fallback.
Thanks in advance,
Tasos.
CC: @kahest would be interesting if other SDKs already have a tag reserved for this information.
Discussed in #942
Originally posted by tkatsoulas February 1, 2024
Hello guys,
The current implementation to understand the host OS https://github.com/getsentry/sentry-native/blob/master/src/sentry_os.c provides poor information for any distro. Are there any plans to update them? For instance
/etc/os-releasesfile is there for most* of the Linux distros and can provide detailed information about a host. The current mechanisms can be used as a fallback.Thanks in advance,
Tasos.
CC: @kahest would be interesting if other SDKs already have a tag reserved for this information.