From 46f7eb02833d84a16d1960900ced446be378939f Mon Sep 17 00:00:00 2001 From: Lars Waage <46653859+larwaa@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:46:51 +0200 Subject: [PATCH] chore: remove sentry dsn from env for test and dev --- .env.development | 1 - .env.test | 1 - 2 files changed, 2 deletions(-) diff --git a/.env.development b/.env.development index f849449a..b2e3556b 100644 --- a/.env.development +++ b/.env.development @@ -14,7 +14,6 @@ SERVER_URL=http://localhost:4000 REDIRECT_ORIGINS=http://localhost:3000,http://localhost:4000 RATE_LIMIT_MAX=1000 REDIS_CONNECTION_STRING=redis://:@localhost:6380 -SENTRY_DSN=https://3e8801d618184101b5d2c6b7b4da6f0b@o514678.ingest.sentry.io/6553834 SENTRY_TRACES_SAMPLE_RATE=1.0 SESSION_COOKIE_DOMAIN=localhost SESSION_COOKIE_HTTP_ONLY=true diff --git a/.env.test b/.env.test index bc7537fc..e1d9d368 100644 --- a/.env.test +++ b/.env.test @@ -16,7 +16,6 @@ REDIRECT_ORIGINS=https://example.com POSTMARK_API_TOKEN=verysecret RATE_LIMIT_MAX=10000000 REDIS_CONNECTION_STRING=redis://:@localhost:6380 -SENTRY_DSN=https://3e8801d618184101b5d2c6b7b4da6f0b@o514678.ingest.sentry.io/6553834 SENTRY_TRACES_SAMPLE_RATE=1.0 SESSION_COOKIE_DOMAIN=localhost SESSION_COOKIE_HTTP_ONLY=true