@langfuse/core 4.6.0 → 4.6.1
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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -371,7 +371,7 @@ var resetGlobalLogger = () => {
|
|
|
371
371
|
// package.json
|
|
372
372
|
var package_default = {
|
|
373
373
|
name: "@langfuse/core",
|
|
374
|
-
version: "4.
|
|
374
|
+
version: "4.6.0",
|
|
375
375
|
description: "Core functions and utilities for Langfuse packages",
|
|
376
376
|
type: "module",
|
|
377
377
|
sideEffects: false,
|
|
@@ -10712,6 +10712,7 @@ var ScoreV2 = class {
|
|
|
10712
10712
|
sessionId,
|
|
10713
10713
|
datasetRunId,
|
|
10714
10714
|
traceId,
|
|
10715
|
+
observationId,
|
|
10715
10716
|
queueId,
|
|
10716
10717
|
dataType,
|
|
10717
10718
|
traceTags,
|
|
@@ -10767,6 +10768,9 @@ var ScoreV2 = class {
|
|
|
10767
10768
|
if (traceId != null) {
|
|
10768
10769
|
_queryParams["traceId"] = traceId;
|
|
10769
10770
|
}
|
|
10771
|
+
if (observationId != null) {
|
|
10772
|
+
_queryParams["observationId"] = observationId;
|
|
10773
|
+
}
|
|
10770
10774
|
if (queueId != null) {
|
|
10771
10775
|
_queryParams["queueId"] = queueId;
|
|
10772
10776
|
}
|