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(crons): Fix project transfer to properly update the environment of the monitor (#70407)
We don't update the environment of `MonitorEnvironment` rows when we
transfer projects - this fixes transfer to do this correctly.
I will look into whether it's possible to fix existing rows via
backfills - I think that in most cases, a new monitor environment will
have already been created, and it won't be worth the effort to transfer
the existing checkins onto the new environment.
0 commit comments