@ms-cloudpack/telemetry 0.10.19 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +0,0 @@
1
- import { createRequire as topLevelCreateRequire } from 'node:module';
2
- import topLevelPath from 'node:path';
3
- import topLevelUrl from 'node:url';
4
- const require = topLevelCreateRequire(import.meta.url);
5
- const __filename = topLevelUrl.fileURLToPath(import.meta.url);
6
- const __dirname = topLevelPath.dirname(__filename);
7
- import {
8
- NoOpTelemetryClient
9
- } from "./chunk-AWW6HGS7.js";
10
- import "./chunk-X6DBTXTN.js";
11
- export {
12
- NoOpTelemetryClient
13
- };
@@ -1,28 +0,0 @@
1
- import { createRequire as topLevelCreateRequire } from 'node:module';
2
- import topLevelPath from 'node:path';
3
- import topLevelUrl from 'node:url';
4
- const require = topLevelCreateRequire(import.meta.url);
5
- const __filename = topLevelUrl.fileURLToPath(import.meta.url);
6
- const __dirname = topLevelPath.dirname(__filename);
7
- import {
8
- BaseTelemetryClient,
9
- __name
10
- } from "./chunk-X6DBTXTN.js";
11
-
12
- // src/NoOpTelemetryClient.ts
13
- var _NoOpTelemetryClient = class _NoOpTelemetryClient extends BaseTelemetryClient {
14
- constructor() {
15
- super({
16
- productVersion: "no-op",
17
- serviceName: "no-op",
18
- serviceNamespace: "no-op",
19
- logLevel: "NONE"
20
- });
21
- }
22
- };
23
- __name(_NoOpTelemetryClient, "NoOpTelemetryClient");
24
- var NoOpTelemetryClient = _NoOpTelemetryClient;
25
-
26
- export {
27
- NoOpTelemetryClient
28
- };