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
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,23 @@
2
2
3
3
## Unreleased
4
4
5
-
- Drop support for Laravel Lumen (#579)
6
-
- Set the tracing transaction name on the `Illuminate\Routing\Events\RouteMatched` instead of at the end of the request (#580)
5
+
## 3.0.0
6
+
7
+
**Breaking changes**
8
+
9
+
- Laravel Lumen is no longer supported
10
+
- Drop support for Laravel Lumen (#579)
11
+
- Laravel versions 5.0 - 5.8 are no longer supported
12
+
- Drop support for Laravel 5.x (#581)
7
13
- Remove `Sentry\Integration::extractNameForRoute()`, it's alternative `Sentry\Integration::extractNameAndSourceForRoute()` is marked as `@internal` (#580)
8
-
- Drop support for Laravel 5.x (#581)
14
+
- Remove extracting route name or controller for transaction names (#583). This unifies the transaction names to a more concise format.
15
+
16
+
**Other changes**
17
+
18
+
- Add support for Dynamic Sampling (#572)
19
+
- Set the tracing transaction name on the `Illuminate\Routing\Events\RouteMatched` instead of at the end of the request (#580)
20
+
- Add tracing span for Laravel HTTP client requests (#585)
21
+
- Simplify Sentry meta tag retrieval, by adding `Sentry\Laravel\Integration::sentryMeta()` (#586)
0 commit comments