diff --git a/packages/bun/src/integrations/bunserver.ts b/packages/bun/src/integrations/bunserver.ts index 9c235b8bc97c..4a079f488474 100644 --- a/packages/bun/src/integrations/bunserver.ts +++ b/packages/bun/src/integrations/bunserver.ts @@ -246,11 +246,8 @@ function wrapRequestHandler( } catch (e) { captureException(e, { mechanism: { - type: 'bun', + type: 'auto.http.bun.serve', handled: false, - data: { - function: 'serve', - }, }, }); throw e;