sentry: rename release environment to release

This commit is contained in:
Adeeb Shihadeh
2022-01-15 09:15:46 -08:00
parent 6bd0e4b087
commit 345c48abbb
+1 -1
View File
@@ -42,7 +42,7 @@ def init(project: SentryProject) -> None:
if not (is_comma_remote() and "commaai" in get_origin(default="")):
return
env = "production" if is_tested_branch() else "master"
env = "release" if is_tested_branch() else "master"
dongle_id = Params().get("DongleId", encoding='utf-8')
integrations = []