Skip to content

Add support for exception groups #1761

Add support for exception groups

Add support for exception groups #1761

Triggered via pull request March 20, 2025 17:11
Status Failure
Total duration 28s
Artifacts

static-analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Psalm
Process completed with exit code 2.
PHPStan: src/Client.php#L481
Cannot call method setIsExceptionGroup() on Sentry\ExceptionMechanism|null.
PHPStan: src/Client.php#L484
Cannot call method setParentId() on Sentry\ExceptionMechanism|null.
PHPStan: src/Client.php#L487
Cannot call method setExceptionId() on Sentry\ExceptionMechanism|null.
PHPStan: src/ExceptionMechanism.php#L35
Property Sentry\ExceptionMechanism::$exceptionId has no type specified.
PHPStan: src/ExceptionMechanism.php#L37
Property Sentry\ExceptionMechanism::$parentId has no type specified.
PHPStan: src/ExceptionMechanism.php#L39
Property Sentry\ExceptionMechanism::$isExceptionGroup has no type specified.
PHPStan
Process completed with exit code 1.
PHP-CS-Fixer
Process completed with exit code 8.