feat: sentry

also:
- update privacy policy
- fix space missing in terms of service
- some image viewer style changes
This commit is contained in:
trafficlunar 2026-02-21 18:44:58 +00:00
parent 4ccd376c0c
commit df7901b525
26 changed files with 2044 additions and 804 deletions

View file

@ -6,6 +6,10 @@ REDIS_URL="redis://localhost:6379/0"
# Used for metadata, sitemaps, etc.
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# Used for error tracking
NEXT_PUBLIC_SENTRY_DSN=""
SENTRY_URL=""
# Check Auth.js docs for information
AUTH_URL=http://localhost:3000 # This should be the same as NEXT_PUBLIC_BASE_URL
AUTH_TRUST_HOST=true