Skip to content

Commit ca6a451

Browse files
authored
Prepare 3.2.0 (#642)
1 parent 4be4c18 commit ca6a451

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## Unreleased
44

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+
```
622

723
## 3.1.3
824

0 commit comments

Comments
 (0)