We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c44d8 commit be4b072Copy full SHA for be4b072
src/sentry_os.c
@@ -340,7 +340,8 @@ sentry__get_os_context(void)
340
* it exists, and only fall back to /usr/lib/os-release if it is missing.
341
* Applications should not read data from both files at the same time.
342
*
343
- * From: https://www.freedesktop.org/software/systemd/man/latest/os-release.html#Description
+ * From:
344
+ * https://www.freedesktop.org/software/systemd/man/latest/os-release.html#Description
345
*/
346
sentry_value_t os_dist = get_linux_os_release("/etc/os-release");
347
if (sentry_value_is_null(os_dist)) {
0 commit comments