@elasticdash/tracing 0.0.6 → 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 CHANGED
@@ -215,7 +215,7 @@ var LangfuseBaseObservation = class {
215
215
  );
216
216
  }
217
217
  }
218
- /** Gets the Langfuse OpenTelemetry tracer instance */
218
+ /** Gets the ElasticDash OpenTelemetry tracer instance */
219
219
  get tracer() {
220
220
  return getLangfuseTracer();
221
221
  }