fix(rivetkit): expose engine ray IDs on errors for debug - #5603
Conversation
|
Stack for rivet-dev/actors
Get stack: change kzmlwrll |
|
🚅 Deployed to the actors-pr-5603 environment in rivet-frontend
|
|
Review Reviewed the ray-ID-on-errors plumbing ( Finding
function looksLikeRivetErrorOptions(value: unknown): value is RivetErrorOptions {
return (
typeof value === "object" &&
value !== null &&
("public" in value ||
"metadata" in value ||
"rayId" in value || // newly added by this PR
"statusCode" in value ||
"actor" in value ||
"cause" in value)
);
}
This mirrors a pre-existing ambiguity in the heuristic (the same risk already exists for Everything else checked out
|
3607ab1 to
9852405
Compare
52e63fd to
229337b
Compare
No description provided.