You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include deployedState in ProjectStatusResult to fix scope error
After rebasing, the dataset enrichment code referenced context.deployedState
outside the withCommandRunTelemetry callback where context was defined.
Rather than hoisting context outside the callback (which would lose telemetry
coverage for loadStatusConfig failures), include deployedState in the
ProjectStatusResult so it flows through the Result type naturally.
0 commit comments