-
Notifications
You must be signed in to change notification settings - Fork 175
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
Bump (or allow) sentry libraries to version 4 #782
Comments
I've found an issue this morning which is related to sentry/sentry-php: The It wouldn't be a simple change to the composer.json. |
Would bumping the minimum PHP to 7.4 (which is already at EOL) or 8.0 help? The issue you referenced mentioned something about a change between 7.2 and 7.3. PHP 7.2 has been EOL for 3 years. |
No, it would not, and we won't do this. https://github.com/getsentry/sentry-php/releases/tag/4.0.0 |
Edit: what @cleptric said |
We'll tackle the SDK update in #783, closing this one. |
Problem Statement
This bundle doesn't use (or allow) the latest sentry libraries.
Solution Brainstorm
https://github.com/getsentry/sentry-symfony/blob/master/composer.json#L30C30-L31C1
This might be as simple as change composer.json to
The text was updated successfully, but these errors were encountered: