Skip to content

Commit bb137a8

Browse files
authored
Prepare 4.14.0 (#998)
1 parent 1885283 commit bb137a8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 4.14.0
4+
5+
### Bug Fixes
6+
7+
- Fix tracing when using Laravel Octane [(#997)](https://github.com/getsentry/sentry-laravel/pull/997)
8+
9+
When using Laravel Octane, the SDK now correctly cleans up it's state after each request, ensuring that traces are correctly reported.
10+
11+
### Misc
12+
13+
- Add `sentry` prefix to publish group name [(#992)](https://github.com/getsentry/sentry-laravel/pull/992)
14+
15+
When running `php artisan vendor:publish`, the Sentry package exports are now prefixed with `sentry`, making it easier to distinguish from other packages.
16+
17+
- Remove support for `traceparent` header [(#994)](https://github.com/getsentry/sentry-laravel/pull/994)
18+
19+
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.
20+
321
## 4.13.0
422

523
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.13.0.

0 commit comments

Comments
 (0)