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
- Add `ignore_exceptions` & `ignore_transactions` to default config [(#802)](https://github.com/getsentry/sentry-laravel/pull/802)
23
+
3
24
## 4.0.0
4
25
5
26
The Sentry SDK team is thrilled to announce the immediate availability of Sentry Laravel SDK v4.0.0.
6
27
7
-
# Breaking Change
28
+
###Breaking Change
8
29
9
30
This version adds support for the underlying [Sentry PHP SDK v4.0](https://github.com/getsentry/sentry-php).
10
31
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
26
47
27
48
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.
28
49
29
-
# Features
50
+
###Features
30
51
31
52
- Enable distributed tracing for outgoing HTTP client requests [(#797)](https://github.com/getsentry/sentry-laravel/pull/797)
32
53
@@ -112,6 +133,6 @@ Please refer to the PHP SDK [sentry-php/UPGRADE-4.0.md](https://github.com/getse
112
133
113
134
- New default cURL HTTP client [(#1589)](https://github.com/getsentry/sentry-php/pull/1589)
114
135
115
-
# Misc
136
+
###Misc
116
137
117
138
- The abandoned package `php-http/message-factory` was removed.
0 commit comments