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
'Sentry is not initialized. Call `init()` from @sentry/hono/node in an `instrument.ts` file loaded via `--import` to set up Sentry for your application.',
22
22
);
23
23
}else{
24
-
sentryClient.getOptions().debug&&
25
-
debug.log('Sentry is initialized, proceeding to set up Hono `sentry` middleware.');
'[Sentry] Detected `Sentry.init` call from `@sentry/node` instead of `@sentry/hono/node`. Import from `@sentry/hono/node` to ensure Hono-specific instrumentation is applied correctly.',
31
+
);
32
+
});
33
+
}else{
34
+
sentryClient.getOptions().debug&&
35
+
debug.log('Sentry is initialized, proceeding to set up Hono `sentry` middleware.');
0 commit comments