Skip to content

Commit 9ce4416

Browse files
authored
Prepare 4.1.0 (#809)
1 parent 14760f7 commit 9ce4416

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11
# Changelog
22

3+
## 4.1.0
4+
5+
The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.1.0.
6+
7+
### Features
8+
9+
- Capture SQL query bindings (parameters) in SQL query spans [(#804)](https://github.com/getsentry/sentry-laravel/pull/804)
10+
11+
To enable this feature, update your `config/sentry.php` file or set the `SENTRY_TRACE_SQL_BINDINGS_ENABLED` environment variable to `true`.
12+
13+
```php
14+
'tracing' => [
15+
'sql_bindings' => true,
16+
],
17+
```
18+
19+
### Misc
20+
21+
- Unify backtrace origin span attributes [(#803)](https://github.com/getsentry/sentry-laravel/pull/803)
22+
- Add `ignore_exceptions` & `ignore_transactions` to default config [(#802)](https://github.com/getsentry/sentry-laravel/pull/802)
23+
324
## 4.0.0
425

526
The Sentry SDK team is thrilled to announce the immediate availability of Sentry Laravel SDK v4.0.0.
627

7-
# Breaking Change
28+
### Breaking Change
829

930
This version adds support for the underlying [Sentry PHP SDK v4.0](https://github.com/getsentry/sentry-php).
1031
Please refer to the PHP SDK [sentry-php/UPGRADE-4.0.md](https://github.com/getsentry/sentry-php/blob/master/UPGRADE-4.0.md) guide for a complete list of breaking changes.
@@ -26,7 +47,7 @@ Please refer to the PHP SDK [sentry-php/UPGRADE-4.0.md](https://github.com/getse
2647

2748
This option performs an [`is_a`](https://www.php.net/manual/en/function.is-a.php) check now, so you can also ignore more generic exceptions.
2849

29-
# Features
50+
### Features
3051

3152
- Enable distributed tracing for outgoing HTTP client requests [(#797)](https://github.com/getsentry/sentry-laravel/pull/797)
3253

@@ -112,6 +133,6 @@ Please refer to the PHP SDK [sentry-php/UPGRADE-4.0.md](https://github.com/getse
112133

113134
- New default cURL HTTP client [(#1589)](https://github.com/getsentry/sentry-php/pull/1589)
114135

115-
# Misc
136+
### Misc
116137

117138
- The abandoned package `php-http/message-factory` was removed.

0 commit comments

Comments
 (0)