@azure/storage-blob
Version:
Microsoft Azure Storage SDK for JavaScript - Blob
14 lines • 443 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { createTracingClient } from "@azure/core-tracing";
import { SDK_VERSION } from "./constants.js";
/**
* Creates a span using the global tracer.
* @internal
*/
export const tracingClient = createTracingClient({
packageName: "@azure/storage-blob",
packageVersion: SDK_VERSION,
namespace: "Microsoft.Storage",
});
//# sourceMappingURL=tracing.js.map