cloudflare / worker-sentry

Sentry over Access for Worker
MIT License
47 stars 7 forks source link

Make Cloudflare Access optional #1

Open tillkruss opened 2 years ago

tillkruss commented 2 years ago

Can we make SENTRY_CLIENT_ID and SENTRY_CLIENT_SECRET optional for people that don't use CF Access?

janat08 commented 2 years ago

Can we make SENTRY_CLIENT_ID and SENTRY_CLIENT_SECRET optional for people that don't use CF Access?

Why if CF access required. If you're avoiding putting secret env into a file there's wrangler secret put for that purpose. This really can't be used without CF access subscription?