You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(agent): don't try to instrument anything when not recording (#1112)
When agent is not recording, Observer API fcall_init callback shouldn't
do anything, including framework detection. This is how the agent
operated before it used Observer API to hook into Zend Engine.
0 commit comments