We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb1413 commit 3c89525Copy full SHA for 3c89525
2 files changed
dev-packages/node-integration-tests/suites/tracing/hono/test.ts
@@ -213,6 +213,10 @@ describe('hono tracing', () => {
213
exception: {
214
values: [
215
{
216
+ mechanism: {
217
+ type: 'auto.middleware.hono',
218
+ handled: false,
219
+ },
220
type: 'Error',
221
value: 'response 500',
222
},
packages/node/src/integrations/tracing/hono/index.ts
@@ -114,7 +114,7 @@ function honoErrorHandler(options?: Partial<HonoHandlerOptions>): MiddlewareHand
114
if (shouldHandleError(context)) {
115
(context.res as { sentry?: string }).sentry = captureException(context.error, {
116
mechanism: {
117
- type: 'hono',
118
handled: false,
119
120
});
0 commit comments