error - No Sentry auth token configured. Source maps will not be uploaded.

OpenFri Nov 03 2023

In production database, no sentry auth token is configured so sentry can't track errors on client side anymore. Fix this by setting the auth token inside .env file.

To fix this, use Sentry's Vercel integration to automatically set the SENTRY_AUTH_TOKEN environment variable: https://vercel.com/integrations/sentry