Comment out Sentry DSN in .env.example
Comment out the Sentry DSN variable in the example file.
This commit is contained in:
parent
af0542b20d
commit
01d1c2e03a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue