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(koa): Warn if koa is not instrumented (#11931)
This prints a warning if we detect that the koa app passed to
setupKoaErrorHandler is not instrumented.
This happens if you import koa before calling Sentry.init.
0 commit comments