You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
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
+
3
21
## 4.13.0
4
22
5
23
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.13.0.
0 commit comments