Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Nov 21, 2022
2 parents 8caae87 + 70c2269 commit 924e9fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parameters:

-
message: "#^Result of && is always false\\.$#"
count: 2
count: 3
path: src/EventHint.php

-
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/EventHint.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ final class EventHint
*
* @psalm-param array{
* exception?: \Throwable|null,
* mechanism?: ExceptionMechanism|null,
* stacktrace?: Stacktrace|null,
* extra?: array<string, mixed>
* } $hintData
Expand Down

0 comments on commit 924e9fa

Please sign in to comment.