@elasticdash/tracing 0.0.4 → 0.0.6
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -112,7 +112,7 @@ import {
|
|
|
112
112
|
ELASTICDASH_TRACER_NAME
|
|
113
113
|
} from "@elasticdash/core";
|
|
114
114
|
import { trace } from "@opentelemetry/api";
|
|
115
|
-
var ELASTICDASH_GLOBAL_SYMBOL = Symbol.for("
|
|
115
|
+
var ELASTICDASH_GLOBAL_SYMBOL = Symbol.for("elasticdash");
|
|
116
116
|
function createState() {
|
|
117
117
|
return {
|
|
118
118
|
isolatedTracerProvider: null
|