Comment out Sentry DSN in .env.example

Comment out the Sentry DSN variable in the example file.
This commit is contained in:
Enno Gelhaus 2025-11-25 16:20:12 +01:00 committed by GitHub
parent af0542b20d
commit 01d1c2e03a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ NEXT_PUBLIC_POLOTNO=""
API_LIMIT=30 # The limit of the public API hour limit
# Sentry Error Tracking Settings (optional)
# NEXT_PUBLIC_SENTRY_DSN="" # Your Sentry DSN for error tracking. User context will be automatically associated with errors.
# NEXT_PUBLIC_SENTRY_DSN=""
# Payment settings
FEE_AMOUNT=0.05
@ -120,4 +120,4 @@ POSTIZ_OAUTH_CLIENT_SECRET=""
# LINK_DRIP_API_KEY="" # Your LinkDrip API key
# LINK_DRIP_API_ENDPOINT="https://api.linkdrip.com/v1/" # Your self-hosted LinkDrip API endpoint
# LINK_DRIP_SHORT_LINK_DOMAIN="dripl.ink" # Your self-hosted LinkDrip domain
# LINK_DRIP_SHORT_LINK_DOMAIN="dripl.ink" # Your self-hosted LinkDrip domain