MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / tryCreateTracingClient

Function tryCreateTracingClient

out/cli.cjs:76558–76569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76556 return response;
76557 } catch (err) {
76558 tryProcessError(span, err);
76559 throw err;
76560 }
76561 }
76562 };
76563}
76564function tryCreateTracingClient() {
76565 try {
76566 return createTracingClient({
76567 namespace: "",
76568 packageName: "@azure/core-rest-pipeline",
76569 packageVersion: SDK_VERSION
76570 });
76571 } catch (e3) {
76572 logger.warning(`Error when creating the TracingClient: ${getErrorMessage(e3)}`);

Callers 1

tracingPolicyFunction · 0.85

Calls 2

createTracingClientFunction · 0.85
getErrorMessageFunction · 0.85

Tested by

no test coverage detected