Skip to content

Commit

Permalink
chore: remove sentry dsn from env for test and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Jun 20, 2024
1 parent 3ebd213 commit 46f7eb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/6553834
SENTRY_TRACES_SAMPLE_RATE=1.0
SESSION_COOKIE_DOMAIN=localhost
SESSION_COOKIE_HTTP_ONLY=true
Expand Down
1 change: 0 additions & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/6553834
SENTRY_TRACES_SAMPLE_RATE=1.0
SESSION_COOKIE_DOMAIN=localhost
SESSION_COOKIE_HTTP_ONLY=true
Expand Down

0 comments on commit 46f7eb0

Please sign in to comment.