From c5a983c2121f335fc6df0aa512300842444ce35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pradal?= Date: Thu, 11 Dec 2025 16:27:47 +0100 Subject: [PATCH] Add "K_REVISION" to environment variable release check --- sentry_sdk/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sentry_sdk/utils.py b/sentry_sdk/utils.py index aeb622ec8a..004583783c 100644 --- a/sentry_sdk/utils.py +++ b/sentry_sdk/utils.py @@ -154,6 +154,7 @@ def get_default_release(): "CODEBUILD_RESOLVED_SOURCE_VERSION", "CIRCLE_SHA1", "GAE_DEPLOYMENT_ID", + "K_REVISION", ): release = os.environ.get(var) if release: