Skip to content

Commit c4e7db6

Browse files
committed
remove unused import
1 parent cda821f commit c4e7db6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/bun/src/integrations/bunserver.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
captureException,
44
continueTrace,
55
defineIntegration,
6-
getClient,
76
httpHeadersToSpanAttributes,
87
isURLObjectRelative,
98
parseStringToURLObject,
@@ -207,7 +206,6 @@ function wrapRequestHandler<T extends RouteHandler = RouteHandler>(
207206
routeName = route;
208207
}
209208

210-
const client = getClient();
211209
Object.assign(attributes, httpHeadersToSpanAttributes(request.headers.toJSON()));
212210

213211
isolationScope.setSDKProcessingMetadata({

0 commit comments

Comments
 (0)