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 cda821f commit c4e7db6Copy full SHA for c4e7db6
packages/bun/src/integrations/bunserver.ts
@@ -3,7 +3,6 @@ import {
3
captureException,
4
continueTrace,
5
defineIntegration,
6
- getClient,
7
httpHeadersToSpanAttributes,
8
isURLObjectRelative,
9
parseStringToURLObject,
@@ -207,7 +206,6 @@ function wrapRequestHandler<T extends RouteHandler = RouteHandler>(
207
206
routeName = route;
208
}
209
210
- const client = getClient();
211
Object.assign(attributes, httpHeadersToSpanAttributes(request.headers.toJSON()));
212
213
isolationScope.setSDKProcessingMetadata({
0 commit comments