## What Gate Sentry error reporting on the production environment so nothing is sent from local, staging, or testing. - **Backend** (`config/sentry.php`): DSN resolves to `null` unless `APP_ENV=production`. A null DSN disables the Laravel SDK entirely. - **Frontend** (`resources/js/app.tsx`): `enabled` now requires `import.meta.env.MODE === 'production'` (plus a DSN). |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| views | ||