@azure/data-tables
Version:
An isomorphic client library for the Azure Tables service.
13 lines • 408 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { createTracingClient } from "@azure/core-tracing";
/**
* A tracing client that can be used to manage spans.
* @internal
*/
export const tracingClient = createTracingClient({
namespace: "Microsoft.Data.Tables",
packageName: "@azure/data-tables",
packageVersion: "13.3.0",
});
//# sourceMappingURL=tracing.js.map