Skip to content

Commit 8e47444

Browse files
committed
Avoid storing Bun response headers on isolation scope
1 parent 85187e4 commit 8e47444

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/bun/src/integrations/bunserver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ function wrapRequestHandler<T extends RouteHandler = RouteHandler>(
239239
if (response?.status) {
240240
setHttpStatus(span, response.status);
241241
isolationScope.setContext('response', {
242-
headers: response.headers.toJSON(),
243242
status_code: response.status,
244243
});
245244
}

0 commit comments

Comments
 (0)