Replies: 1 comment 6 replies
-
This extension will likely have to add custom code to support the worker mode. Technically, in worker mode, a single long-running script handled many requests, so the extension code will likely be called when the worker stops, and not after each request. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if I've overlooked something but using packages like
open-telemetry/opentelemetry-auto-symfony
with the opentelemetry PHP extension don't seem to work when running FrankenPHP in worker mode. As soon as I disable worker mode, the auto instrumentation starts to work again.Anyone else stumbled upon something similar?
Beta Was this translation helpful? Give feedback.
All reactions