UNPKG

@azure/communication-rooms

Version:

Azure client library for Azure Communication Rooms services

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