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
feat(fastify): Warn if fastify is not instrumented (#11917)
When using `setupFastifyErrorHandler(app)` we can check if the app was
correctly instrumented.
Not sure how to best test this - I tested this manually in a test app
and could verify that the log was printed when requiring fastify before
calling init!
0 commit comments