Skip to content

Commit 293982a

Browse files
authored
Add info about skip_capture in the update document
1 parent 2845df5 commit 293982a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADE-3.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The major change is in the fact that we now require the `sentry/sdk` metapackage
88
This new version has been completely rewritten: if you use this bundle and you interact directly with the underlying SDK
99
and client, you should read through the [relative upgrade document](https://github.com/getsentry/sentry-php/blob/master/UPGRADE-2.0.md).
1010

11+
The only breaking change reflected in the bundle due to this update is the `skip_capture` option: it has been **removed** because
12+
the same feature has been implemented in the new SDK, with the native `excluded_exceptions` option.
13+
1114
## HTTPlug
1215
Since SDK 2.0 uses HTTPlug to remain transport-agnostic, you need to have installed two packages that provides
1316
[`php-http/async-client-implementation`](https://packagist.org/providers/php-http/async-client-implementation)

0 commit comments

Comments
 (0)