@aaac/observability 0.1.8 → 0.1.9

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.
@@ -1431,6 +1431,7 @@ function emitHumanInstruction(collector, options) {
1431
1431
  parentSpanId: options.parentSpanId,
1432
1432
  attributes: {
1433
1433
  axis: "agent",
1434
+ session_id: options.sessionId,
1434
1435
  "agent.session_id": options.sessionId,
1435
1436
  "human.prompt_length": options.prompt.length,
1436
1437
  "human.prompt_head": options.prompt.slice(0, 200),
@@ -1461,6 +1462,7 @@ function emitQualityGateResult(collector, options) {
1461
1462
  parentSpanId: options.parentSpanId,
1462
1463
  attributes: {
1463
1464
  axis: "process",
1465
+ session_id: options.sessionId,
1464
1466
  "agent.session_id": options.sessionId,
1465
1467
  "gate.type": match.gateType,
1466
1468
  "gate.command": options.command,
@@ -1492,6 +1494,7 @@ function emitPromotionPr(collector, options) {
1492
1494
  parentSpanId: options.parentSpanId,
1493
1495
  attributes: {
1494
1496
  axis: "promotion",
1497
+ session_id: options.sessionId,
1495
1498
  "agent.session_id": options.sessionId,
1496
1499
  "pr.url": pr.url,
1497
1500
  "pr.number": pr.number,
@@ -1618,4 +1621,4 @@ export {
1618
1621
  emitPromotionPr,
1619
1622
  createPipeline
1620
1623
  };
1621
- //# sourceMappingURL=chunk-BL7QW46X.js.map
1624
+ //# sourceMappingURL=chunk-GRL7RHMS.js.map