chore(engine): add additional logging when we fail to get snapshots since (#2551)
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user