Skip to content

Commit efecb3e

Browse files
cleptricstayallive
andauthored
docs: Add 3.0.0 changelog (#590)
Co-authored-by: Alex Bouma <alex@bouma.me>
1 parent 79a135d commit efecb3e

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,23 @@
22

33
## Unreleased
44

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)
713
- 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)
922

1023
## 2.14.1
1124

0 commit comments

Comments
 (0)