Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentry broken with latest Composer #1219

Closed
cmcfadden opened this issue May 24, 2021 · 1 comment
Closed

Sentry broken with latest Composer #1219

cmcfadden opened this issue May 24, 2021 · 1 comment

Comments

@cmcfadden
Copy link

Environment

How do you use Sentry?
Sentry SaaS (sentry.io)

Which SDK and version?
PHP 3.2.2

Steps to Reproduce

After updating to the latest Composer (2.0.14, release 5/21/2021), Sentry will trigger errors in the Composer autoloader, even for cases that aren't fatal errors in the application.

This is due to the change Composer made to getRawData which is used by Jean85/pretty-package-versions, a dependency of Sentry.

The Jean85 developer is reviewing a PR fix but for the moment sentry users should avoid updating to composer 2.0.14.

Expected Result

Sentry to work like normal

Actual Result

PHP throws an error due to the call to getRawData.

@ste93cry
Copy link
Collaborator

Closing this because we cannot do anything here, the fix as you already noticed must be done upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants