UNPKG

@azure/storage-file-datalake

Version:

Microsoft Azure Storage SDK for JavaScript - DataLake

14 lines 440 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createTracingClient } from "@azure/core-tracing"; import { SDK_VERSION } from "./constants"; /** * 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