Skip to content

Commit 5afecc4

Browse files
committed
chore(engine): add additional logging when we fail to get snapshots since
1 parent 8313800 commit 5afecc4

File tree

1 file changed

+2
-0
lines changed
  • internal-packages/run-engine/src/engine

1 file changed

+2
-0
lines changed

internal-packages/run-engine/src/engine/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,8 @@ export class RunEngine {
11061106
} catch (e) {
11071107
this.logger.error("Failed to getSnapshotsSince", {
11081108
message: e instanceof Error ? e.message : e,
1109+
runId,
1110+
snapshotId,
11091111
});
11101112
return null;
11111113
}

0 commit comments

Comments
 (0)