diff --git a/src/workerd/api/sockets.c++ b/src/workerd/api/sockets.c++ index e3d345b288e..2270f505a40 100644 --- a/src/workerd/api/sockets.c++ +++ b/src/workerd/api/sockets.c++ @@ -181,7 +181,6 @@ jsg::Ref connectImplNoOutputLock(jsg::Lock& js, auto& ioContext = IoContext::current(); JSG_REQUIRE(!ioContext.isFiddle(), TypeError, "Socket API not supported in web preview mode."); - auto userSpan = ioContext.makeUserTraceSpan("connect"_kjc); // Extract the domain/ip we are connecting to from the address. kj::String domain;