Sentry Setup
Sentry captures runtime errors, performance traces, and crash reports in ClientFlo. It is optional — skip this if you do not need error monitoring.
ℹ️
Free tier: Sentry offers 5,000 error events and 5,000 performance transactions per month on the free Developer plan. No credit card required.
Step-by-Step Guide
Follow this walkthrough to create a Sentry project and generate your DSN:
Configuration Values
After setup, collect this value:
| Variable | Required | Source |
|---|---|---|
SENTRY_DSN | No | Project Settings → Client Keys (DSN) |
# Sentry (optional — omit to disable error tracking)
SENTRY_DSN=https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@xxxxxx.ingest.us.sentry.io/xxxxxx💡
Source maps: For readable stack traces, configure source map uploading in your
.sentryclirc or Vercel integration. Sentry automatically uploads source maps during Vercel builds when the integration is enabled.Done with services? Configure your environment variables.