@elasticdash/tracing 0.0.5 → 0.0.7
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.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +32 -32
- package/dist/index.d.ts +32 -32
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -152,7 +152,7 @@ function _flattenAndSerializeMetadata(metadata, type) {
|
|
|
152
152
|
// src/tracerProvider.ts
|
|
153
153
|
var import_core2 = require("@elasticdash/core");
|
|
154
154
|
var import_api = require("@opentelemetry/api");
|
|
155
|
-
var ELASTICDASH_GLOBAL_SYMBOL = Symbol.for("
|
|
155
|
+
var ELASTICDASH_GLOBAL_SYMBOL = Symbol.for("elasticdash");
|
|
156
156
|
function createState() {
|
|
157
157
|
return {
|
|
158
158
|
isolatedTracerProvider: null
|
|
@@ -215,7 +215,7 @@ var LangfuseBaseObservation = class {
|
|
|
215
215
|
);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
|
-
/** Gets the
|
|
218
|
+
/** Gets the ElasticDash OpenTelemetry tracer instance */
|
|
219
219
|
get tracer() {
|
|
220
220
|
return getLangfuseTracer();
|
|
221
221
|
}
|