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

Symfony 6 support? #654

Closed
sterichards opened this issue Sep 6, 2022 · 1 comment
Closed

Symfony 6 support? #654

sterichards opened this issue Sep 6, 2022 · 1 comment

Comments

@sterichards
Copy link

I am unable to upgrade a Symfony 5.4 project to Symfony 6.0 due to it using sentry/sentry-symfony

Checking for deprecation notices gives the following notice:

2x: The "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverForV3" class implements "Doctrine\DBAL\VersionAwarePlatformDriver" that is deprecated All drivers will have to be aware of the server version in the next major release.
2x in DeprecationErrorHandler::shutdown from Symfony\Bridge\PhpUnit

@Jean85
Copy link
Collaborator

Jean85 commented Sep 6, 2022

You can disregard those deprecations, they are not related to Symfony but to DBAL. In any case, we are unable to solve them, since we need to be compatible with both DBAL v2 and v3. See also #483

@Jean85 Jean85 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants