Skip to content

Commit 889bef5

Browse files
authored
s/native/PHP/
1 parent b5722f8 commit 889bef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE-3.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ and client, you should read through the [relative upgrade document](https://gith
1010

1111
## Changes in the configuration
1212
There are only two BC impacting the configuration:
13-
* the `skip_capture` option has been **removed**: the same feature has been implemented in the new SDK, with the native `excluded_exceptions` option; you just have to move your values from `sentry.skip_capture` to `sentry.options.excluded_exceptions`
14-
* The `sentry.options` values reflect the options of the native SDK; many of those have been removed, and there are some new ones. You can read the [appropriate section of the upgrade document](https://github.com/getsentry/sentry-php/blob/master/UPGRADE-2.0.md#client-options), with the exception of the `server` to `dsn` migration, which is still handled in the same way by the bundle, under `sentry.dsn`
13+
* the `skip_capture` option has been **removed**: the same feature has been implemented in the new SDK, with the PHP `excluded_exceptions` option; you just have to move your values from `sentry.skip_capture` to `sentry.options.excluded_exceptions`
14+
* The `sentry.options` values reflect the options of the PHP SDK; many of those have been removed, and there are some new ones. You can read the [appropriate section of the upgrade document](https://github.com/getsentry/sentry-php/blob/master/UPGRADE-2.0.md#client-options), with the exception of the `server` to `dsn` migration, which is still handled in the same way by the bundle, under `sentry.dsn`
1515

1616
## HTTPlug
1717
Since SDK 2.0 uses HTTPlug to remain transport-agnostic, you need to have installed two packages that provides

0 commit comments

Comments
 (0)