Skip to content

Commit 59df4af

Browse files
authored
chore(engine): add additional logging when we fail to get snapshots since (#2551)
1 parent 8863ff0 commit 59df4af

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)