From 9bee6860d0a458e2d0d46c0648e1a8aa52848224 Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Wed, 2 Oct 2024 10:07:54 -0500 Subject: [PATCH] chore(ci): remove unused env var (#6903) `SENTRY_ENVIRONMENT` is only read at run time, not at build time, and we override the environment in our code anyway, so this env var was doing nothing. --- .github/workflows/_tauri.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index 5997e140a..8d41ef711 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -20,7 +20,6 @@ defaults: env: RUSTFLAGS: "-Dwarnings" RUSTDOCFLAGS: "-D warnings" - SENTRY_ENVIRONMENT: "production" jobs: build-gui: