-
Notifications
You must be signed in to change notification settings - Fork 173
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
Add the Monolog hook functionality #573
base: master
Are you sure you want to change the base?
Conversation
Reason found: attacching the handler to We would need to add the handler to all the existing channels, but I can't find an easy way to do it, the services are not tagged, they are just called |
This comment was marked as outdated.
This comment was marked as outdated.
@nicolas-grekas, since you were the first in suggesting this approach of attaching Sentry to Monolog in #337, do you have any suggestion to solve this issue? 👇 Or can you point me to someone else that could help?
|
hey @Jean85 , thanks for this pr / explanation :) from what i understand, at this time if we want to work with monolog and sentry (as simple handler of monolog) , the best solution (for prod env) is to use alt https://github.com/B-Galati/monolog-sentry-handler/ ? (the time to this pr to be finished 🤞 ) |
This is another attempt at #337
I'm currently following the strategy outlined in #337 (comment)
It seems to work with this config:
But E2E tests are failing and I'm having a hard time to run them with the debugger.