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
The fastify instrumentation only works for request/reply hooks, but we were shimming all hooks (aside from onResponse, anyway). Add an explicit whitelist of hooks we can instrument.