Releases: getsentry/sentry-laravel
Release list
4.27.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.27.0.
Features
4.26.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.26.0.
Features
- Add support for overriding the monitor schedule used by
sentryMonitor. (#1136)
Bug Fixes
- Update
sql_bindingsdefault values. (#1135) - Preserve the first Livewire component as the transaction root when multiple Livewire components are handled in the same transaction. (#1138)
Misc
4.25.1
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.25.1.
Bug Fixes
- Fix a recursive loop when detecting the session key for cache instrumentation. (#1128)
4.25.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.25.0.
Features
- Add support for the PHP SDK's
OTLPIntegration. (#1122) - Add
SentryTracesSampleRatejob middleware to control trace sampling for individual jobs. (#1114)
Bug Fixes
- Preserve scope tags and context configured in
withExceptions(..)callbacks for unhandled console exceptions. (#1125)
4.24.0
4.23.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.23.0.
Features
- Add
strict_trace_continuationsupport to only continue incoming traces when the upstream baggageorg_idmatches the SDK org ID. (#1106)
Bug Fixes
- Cast authenticated user email attributes to strings when populating the Sentry user scope (#1101)
Misc
- Bump the PHP SDK to version
4.22.0(#1106)
4.22.0
4.21.1
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.21.1.
Bug Fixes
- Fix view engine decorator decorating itself (#1098)
4.21.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.21.0.
Features
- Use Laravel Context to pass check-in IDs between processes (#1084)
Bug Fixes
- Explicitly escape
sentry-traceandbaggageheaders (#1091) - Add
preg_quotefor environment variables (#1093)
Misc
- Bump the PHP SDK to version
4.21.0(#1095)
4.20.1
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.20.1.
Misc
- Allow newer versions of
symfony/psr-http-message-bridgedependency (#1076)