chore(engine): add additional logging when we fail to get snapshots since (#2551)

This commit is contained in:
Eric Allam
2025-09-25 11:59:02 +01:00
committed by James Ritchie
parent ff5037d9cf
commit 5f08990169
@@ -1106,6 +1106,8 @@ export class RunEngine {
} catch (e) {
this.logger.error("Failed to getSnapshotsSince", {
message: e instanceof Error ? e.message : e,
runId,
snapshotId,
});
return null;
}