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
chore(cells) Switch ReactView and GenericReactView to control silo v2 (#105880)
Mulligan on #104552 which broke
sentry-wizard.
We render the bulk of our HTML via ReactPage. Right now that endpoint is
marked as all_silo to make integration with tests simpler. Switch these
endpoints to control as we're trying to have a minimal number of
endpoints marked as all_silo and I want to better understand the scope
of test failures from this change.
This time around I've limited the excluded views to only subclasses of
`ReactPage` as we *do* have HTML views that the UI code uses.
Refs INFRENG-238
0 commit comments