mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
sentry: rename release environment to release
This commit is contained in:
+1
-1
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user