From 36d8fb1d35c3728a990543b6206d7f0df73bfa35 Mon Sep 17 00:00:00 2001 From: Sickenberg Romain Date: Tue, 9 Jul 2024 19:17:09 +0200 Subject: [PATCH] ci(sentry): fixed sentry slug --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 610739b..2e017ca 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -23,7 +23,7 @@ export default defineConfig({ }), sentry({ dsn: "https://b3cfcc72d00637196118bd93eeb135b4@o562906.ingest.us.sentry.io/4506882226323456", sourceMapsUploadOptions: { - project: "rsickenberg-next", + project: "rsickenberg-me", authToken: process.env.SENTRY_AUTH_TOKEN, }, })],