Releases: getsentry/sentry-laravel
Releases · getsentry/sentry-laravel
2.12.0
- Add support for normalized route names when using Laravel Lumen (#449)
- Add support for adding the user ID to the user scope when using Laravel Sanctum (#542)
- Allow configuration of the
send_default_pii
SDK option with theSENTRY_SEND_DEFAULT_PII
env variable
2.11.1
2.11.0
2.10.2
- Fix
sentry:test
command not having correct exit code on success
2.10.1
- Fix compatibility with Laravel <= 6 of the
sentry:test
andsentry:publish
commands
2.10.0
2.9.0
2.8.0
- Update phpdoc on facade for better IDE autocompletion (#504)
- Exceptions captured using log channels (Monolog) will now have the correct severity set (#505)
- Tags passed through log channels (Monolog) context are cast as string to prevent type errors (#507)
- Add options to the
artisan sentry:publish
command to better support--no-interaction
mode (#509)
2.7.0
2.6.0
- Add all log context as
log_context
to events when using the log channel (#489) - Add integration to improve performance tracing for Laravel Lighthouse (#490)