@azure/search-documents
Version:
Azure client library to use Cognitive Search for node.js and browser.
13 lines • 410 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
import { createTracingClient } from "@azure/core-tracing";
/**
* Creates a tracing client using the global tracer.
* @internal
*/
const tracingClient = createTracingClient({
namespace: "Microsoft.Search",
packageName: "Azure.Search",
});
export const createSpan = tracingClient.startSpan;
//# sourceMappingURL=tracing.js.map