Releases: getsentry/sentry-laravel
Releases · getsentry/sentry-laravel
2.11.1
- Fix deprecation notice in route name extraction (#543)
2.11.0
- Add support for Laravel 9 (#534)
- Fix double wrapping the log channel in a
FingersCrossedHandler
on Laravel v8.97
and newer when action_level
option is set on the Log channel config (#534)
- Update span operation names to match what Sentry server is expecting (#533)
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
and sentry:publish
commands
2.10.0
- Improve output and DX for
sentry:test
and sentry:publish
commands (#522)
2.9.0
- Add support for Laravel Octane (#495)
- Fix bug in Sentry log channel handler checking an undefined variable resulting in an error (#515)
- Add
action_level
configuration option for Sentry log channel which configures a Monolog FingersCrossedHandler
(#516)
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
- Replace type hint of concrete type (
Sentry\State\Hub
) with interface (Sentry\State\HubInterface
) in SentryHandler
constructor (#496)
- Use latest version of the Sentry PHP SDK (#499)
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)
2.5.3
- Correctly call flush on the PHP SDK client (#484)
- Fix errors on Laravel
5.x
caused by Laravel not using nyholm/psr7
to generate PSR-7 request but older zendframework/zend-diactoros
package which might not be available