Skip to content

Commit

Permalink
Update sentry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogAi committed Sep 14, 2024
1 parent c216e34 commit 60866fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ def init(project: SentryProject) -> bool:

if short_branch == "FrogPilot-Development":
env = "Development"
elif build_metadata.release_channel:
env = "Release"
elif build_metadata.tested_channel:
env = "Staging"
elif build_metadata.release_channel:
env = "Release"
else:
env = short_branch

Expand Down

0 comments on commit 60866fb

Please sign in to comment.