Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.14.0 source code.tar.gz | 2025-06-02 | 55.9 kB | |
4.14.0 source code.zip | 2025-06-02 | 90.7 kB | |
README.md | 2025-06-02 | 798 Bytes | |
Totals: 3 Items | 147.4 kB | 0 |
Bug Fixes
- Fix tracing when using Laravel Octane (#997)
When using Laravel Octane, the SDK now correctly cleans up it's state after each request, ensuring that traces are correctly reported.
Misc
- Add
sentry
prefix to publish group name (#992)
When running php artisan vendor:publish
, the Sentry package exports are now prefixed with sentry
, making it easier to distinguish from other packages.
- Remove support for
traceparent
header (#994)
The W3C's traceparent
header is no longer automatically picked up and emitted by the SDK to prevent non-Sentry SDKs from starting a trace that is unwanted.