System Status

Environment Configuration
Supabase URL
Configured
Supabase Key
Configured
Sentry
Configured
Environment
production
Monitored Sites

0 sites configured for monitoring

Supabase Setup Instructions

To configure Supabase:

  1. Go to supabase.com and create a free account
  2. Create a new project
  3. In your project dashboard, go to Settings → API
  4. Copy the Project URL (starts with https://)
  5. Copy the service_role secret
  6. Add these to your environment variables as:
NEXT_PUBLIC_SUPABASE_URL = https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY = your-service-role-key

⚠️ Make sure to use the service_role key, not the anon key for server-side operations!

Manual Testing

Run a manual scan to test your configuration before the cron job runs.