diff --git a/README.md b/README.md index 23ac9c4cf..edbe5a808 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ The following integrations are available and maintained by members of the Sentry - [ZendFramework](https://github.com/facile-it/sentry-module) - [Yii2](https://github.com/notamedia/yii2-sentry) - [Silverstripe](https://github.com/phptek/silverstripe-sentry) -- [CakePHP](https://github.com/Connehito/cake-sentry) +- [CakePHP 3.0 - 4.3](https://github.com/Connehito/cake-sentry) +- [CakePHP 4.4+](https://github.com/lordsimal/cakephp-sentry) - ... feel free to be famous, create a port to your favourite platform! ## 3rd party integrations using old SDK 2.x diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 42d41a239..11c0ed88c 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -42,7 +42,7 @@ parameters: - message: "#^Result of && is always false\\.$#" - count: 2 + count: 3 path: src/EventHint.php - diff --git a/src/Client.php b/src/Client.php index f32b099df..8f01c59a7 100644 --- a/src/Client.php +++ b/src/Client.php @@ -35,7 +35,7 @@ final class Client implements ClientInterface /** * The version of the SDK. */ - public const SDK_VERSION = '3.10.0'; + public const SDK_VERSION = '3.11.0'; /** * @var Options The client options diff --git a/src/EventHint.php b/src/EventHint.php index f1f5d6a81..ed3b0b9f1 100644 --- a/src/EventHint.php +++ b/src/EventHint.php @@ -42,6 +42,7 @@ final class EventHint * * @psalm-param array{ * exception?: \Throwable|null, + * mechanism?: ExceptionMechanism|null, * stacktrace?: Stacktrace|null, * extra?: array * } $hintData