Skip to content

Commit 961dc3f

Browse files
committedAug 19, 2024
2 parents ca3e47e + 324cdb8 commit 961dc3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export function withOpenTelemetry(fn: Handle, opts?: TraceOptions): Handle {
5050
}
5151
}
5252
const url = new URL(args.event.request.url);
53-
console.log(url)
5453
return tracer.startActiveSpan(name, {
5554
// SpanKind.SERVER -> 1
5655
kind: 1,
@@ -97,4 +96,4 @@ export function withOpenTelemetry(fn: Handle, opts?: TraceOptions): Handle {
9796
return res;
9897
});
9998
};
100-
}
99+
}

0 commit comments

Comments
 (0)
Please sign in to comment.