UNPKG

@azure/data-tables

Version:
16 lines 528 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.tracingClient = void 0; const core_tracing_1 = require("@azure/core-tracing"); /** * A tracing client that can be used to manage spans. * @internal */ exports.tracingClient = (0, core_tracing_1.createTracingClient)({ namespace: "Microsoft.Data.Tables", packageName: "@azure/data-tables", packageVersion: "13.3.2", }); //# sourceMappingURL=tracing.js.map