@langfuse/client 5.0.0-beta.1 → 5.0.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.
package/dist/index.cjs CHANGED
@@ -1948,7 +1948,7 @@ var LangfuseClient = class {
1948
1948
  this.getDataset = this.dataset.get;
1949
1949
  this.fetchTrace = this.api.trace.get;
1950
1950
  this.fetchTraces = this.api.trace.list;
1951
- this.fetchObservation = this.api.observations.get;
1951
+ this.fetchObservation = this.api.legacy.observationsV1.get;
1952
1952
  this.fetchObservations = this.api.observations.getMany;
1953
1953
  this.fetchSessions = this.api.sessions.get;
1954
1954
  this.getDatasetRun = this.api.datasets.getRun;