-
Notifications
You must be signed in to change notification settings - Fork 4
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
Errors after fresh installation 1.0.0-alpha #119
Comments
Hi @Kaspiman, I am sorry to see that my changes seems to not have the desired behavior. When you say:
How did you do that? Did you disabled the instrumentation from the configuration or did you just removed the compiler passes from the extension? |
I just remove CompilerPass or comment some code from vendor folder, then clear cache. |
Instrumentations that are obviously inaccessible should not be placed in the container. Now they go into the container and then we try to remove them. |
Well, it seems that I miss configured some checks within the compiler passes. I will fix this ASAP. |
This should be fixed with the next pre-release version v1.0.0-alpha.1. |
already here because
Doctrine\DBAL\Driver dependency
|
Then i disable
MailerInstrumentationPass.php
.Then i disable TraceableMiddleware:
Looks like we need load only available services at all, like i did here.
The text was updated successfully, but these errors were encountered: