File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ The major change is in the fact that we now require the `sentry/sdk` metapackage
88This new version has been completely rewritten: if you use this bundle and you interact directly with the underlying SDK
99and 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
1215Since 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 )
You can’t perform that action at this time.
0 commit comments