-
Notifications
You must be signed in to change notification settings - Fork 107
[3.x] feat: OhDear integration #289
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
Conversation
@Chris53897, as it looks like you'd use this, could you give a quick review? |
I will do as sonn if i have some free time. But we do not use LiipMonitorBundle in Production yet. |
475d963
to
5f5b678
Compare
I just noticed that laminas/diagnostics is now compatible with PHP 8.3. |
Thanks. It looks good. If i activate the check for The stackTrace is in the MetaData The documentation is not clear if the correct status is Maybe it is useful to make it easier in I think a hint to add the route to the firewall is helpful.
|
Great, thanks for testing this!
Do you think we should do anything here? I'm guessing it will work in production?
Good call - global config option perhaps? I guess in certain scenario's you may want the stack trace. Maybe an option when running the checks?
Can you describe this a bit more? The route needs to be public (or is that what you mean?).
Good idea, that seems like the best option. |
What about wrapping the request header check into a protected method that you can override to add this type of logic? |
@kbond Sorry, for late response. Maybe we can merge this PR as it is, and after that tackle one task after the other? Our symfony workers in live actual get stucked after some load, and we need to check it manual at the moment ;( |
Good idea, merging. |
No description provided.