File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- - Add Laravel 10 support (#630 )
5
+ ## 3.2.0
6
+
7
+ The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.2.0.
8
+ This release adds support for Laravel 10.
9
+
10
+ ### Features
11
+
12
+ - Add support for Laravel 10 [ (#630 )] ( https://github.com/getsentry/sentry-laravel/pull/630 )
13
+ - Thanks to [ @jnoordsij ] ( https://github.com/jnoordsij ) for their contribution.
14
+ - Add ` tracing.http_client_requests ` option [ (#641 )] ( https://github.com/getsentry/sentry-laravel/pull/641 )
15
+ - You can now disable HTTP client tracing in your ` confgi/sentry.php ` file
16
+
17
+ ``` php
18
+ 'tracing' => [
19
+ 'http_client_requests' => true|false, // This feature is enabled by default
20
+ ],
21
+ ```
6
22
7
23
## 3.1.3
8
24
You can’t perform that action at this time.
0 commit comments