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

Fix the JS code in the profiler panel for Symfony 7 #1748

Merged
merged 2 commits into from Feb 6, 2024

Conversation

stof
Copy link
Member

@stof stof commented Feb 5, 2024

In Symfony 7, the Sfjs object holding the code for the web debug toolbar is not present in the profiler pages anymore as the JS code has been split.
This replaces its usages by native browser APIs instead (even when running on older versions of Symfony).

@stof stof added this to the 2.11.2 milestone Feb 5, 2024
@stof
Copy link
Member Author

stof commented Feb 5, 2024

Psalm errors are probably caused by the release of DBAL 4 and/or ORM 3.0, where the CI job running the static analysis uses the new major versions.

@ostrolucky ostrolucky added the Bug label Feb 5, 2024
@ostrolucky ostrolucky merged commit fb22c93 into doctrine:2.11.x Feb 6, 2024
11 of 12 checks passed
@stof stof deleted the fix_profiler_js branch February 6, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants