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: move loadStatusConfig outside telemetry callback to restore context scope
After rebasing, the dataset management code references context.deployedState
outside the withCommandRunTelemetry callback where context was defined.
Move loadStatusConfig() before the callback so context is accessible in both
the telemetry wrapper and the dataset enrichment logic.
0 commit comments