UNPKG

@azure/search-documents

Version:
13 lines 417 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createTracingClient } from "@azure/core-tracing"; /** * Creates a tracing client using the global tracer. * @internal */ export const tracingClient = createTracingClient({ namespace: "Microsoft.Search", packageName: "Azure.Search", }); export const createSpan = tracingClient.startSpan; //# sourceMappingURL=tracing.js.map