From 6e123595d02e0f3eb3755ff84ea1e5816519428b Mon Sep 17 00:00:00 2001 From: LindaKat Date: Wed, 3 Apr 2024 17:30:15 -0500 Subject: [PATCH] testing if change how the env var is reached does anything --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 458b684..d82b2f5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -17,7 +17,7 @@ export default defineConfig({ tracesSampleRate: 1.0, sourceMapsUploadOptions: { project: "5650998", - authToken: process.env.SENTRY_AUTH_TOKEN, + authToken: import.meta.env.SENTRY_AUTH_TOKEN, }, }), spotlightjs(),