Releases: getsentry/sentry-laravel
Releases · getsentry/sentry-laravel
1.5.0
- Fix throwing errors when installed when config cache is active (6214338)
- Allow any log level to create breadcrumbs (#297)
- Allow decorating the
ClientBuilderInterface
from the register
method of a Service Provider (#290)
1.4.1
- Fix default Monolog logger level being invalid when using the Log channel (#287)
1.4.0
- Add the query execution time to the query breadcrumb (#283)
- Do not register default error and fatal listeners to prevent duplicated events (#280)
1.3.1
- Fix compatibility with sentry/sentry 2.2+ (#276)
1.3.0
- Add compatibility with sentry/sentry 2.2+ (#273)
1.2.1
- Fix fatal error when user context is not an array when using log channels (#272)
1.2.0
- Support for Laravel 6 (#269)
1.1.1
- Fix custom container alias (#263)
1.1.0
- Register alias
HubInterface
to container (#249)
- Resolve
integrations
option from the container (#239)
1.0.2
- Track Artisan command invocation in breadcrumb (#232)
- Fixed
sql_bindings
configuration fallback (#231)
- Fixed events generated in queue worker not sending until worker exits (#228)
- Add phpDoc methods to the facade for better autocompletion (#226)
- Fallback to
SENTRY_DSN
if defined in env (#224)