Skip to content

feat: add sentry-sdk ^4.0 support #1392

feat: add sentry-sdk ^4.0 support

feat: add sentry-sdk ^4.0 support #1392

Re-run triggered April 14, 2024 13:21
Status Failure
Total duration 2m 1s
Artifacts

ci.yaml

on: pull_request
Coding style
33s
Coding style
Matrix: static-analysis
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 3 warnings
Static analysis (PHP 8.2) (stable dependencies): src/Integration/Sentry/SentryListener.php#L22
Call to an undefined method Sentry\Transport\Result::wait().
Static analysis (PHP 8.2) (stable dependencies): src/Integration/Sentry/SentryMiddleware.php#L31
Parameter #1 $object_or_class of function is_a expects object, Sentry\Transport\Result|null given.
Static analysis (PHP 8.2) (stable dependencies): src/Integration/Sentry/SentryMiddleware.php#L32
Call to method wait() on an unknown class GuzzleHttp\Promise\PromiseInterface.
Static analysis (PHP 8.2) (stable dependencies)
Process completed with exit code 1.
Static analysis (PHP 8.2) (lowest dependencies): src/Integration/Sentry/SentryMiddleware.php#L31
Parameter #1 $object_or_class of function is_a expects object, GuzzleHttp\Promise\PromiseInterface|null given.
Static analysis (PHP 8.2) (lowest dependencies)
Process completed with exit code 1.
Static analysis (PHP 8.1) (stable dependencies): src/Integration/Sentry/SentryListener.php#L22
Call to an undefined method Sentry\Transport\Result::wait().
Static analysis (PHP 8.1) (stable dependencies): src/Integration/Sentry/SentryMiddleware.php#L31
Parameter #1 $object_or_class of function is_a expects object, Sentry\Transport\Result|null given.
Static analysis (PHP 8.1) (stable dependencies): src/Integration/Sentry/SentryMiddleware.php#L32
Call to method wait() on an unknown class GuzzleHttp\Promise\PromiseInterface.
Static analysis (PHP 8.1) (stable dependencies)
Process completed with exit code 1.
Static analysis (PHP 8.1) (lowest dependencies): src/Integration/Sentry/SentryMiddleware.php#L31
Parameter #1 $object_or_class of function is_a expects object, GuzzleHttp\Promise\PromiseInterface|null given.
Static analysis (PHP 8.1) (lowest dependencies)
Process completed with exit code 1.
PHPUnit (PHP 8.1) (stable dependencies)
Process completed with exit code 2.
PHPUnit (PHP 8.2) (stable dependencies)
Process completed with exit code 2.
Coding style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Coding style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Coding style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/