UNPKG

@azure/monitor-opentelemetry-exporter

Version:

Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK

12 lines 246 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * SDK info * @internal */ export const SDK_INFO = { NAME: "opentelemetry", RUNTIME: "node", LANGUAGE: "nodejs", }; //# sourceMappingURL=constants.js.map