whisper-money/bootstrap
Víctor Falcón 37498111d6
chore: configure production Sentry integration (#291)
## Summary
- wire Laravel exception handling into Sentry via `bootstrap/app.php`
- add the `sentry_logs` logging channel and document production Sentry
env defaults
- keep local/example defaults disabled while enabling the production
example for logs, traces, and profiles

## Verification
- `vendor/bin/pint --dirty --format agent`
- `php artisan sentry:test` could not run locally after disabling the
local DSN, which is expected
- `php artisan test --compact tests/Feature/ExampleTest.php` currently
fails because the local Vite manifest is missing at
`public/build/manifest.json`
2026-04-15 16:00:47 +01:00
..
cache Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
app.php chore: configure production Sentry integration (#291) 2026-04-15 16:00:47 +01:00
providers.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00