Closed hbenl closed 3 years ago
Now that we're replacing replay.io/view with app.replay.io, we should add a corresponding redirect. This redirect should preserve the query string (i.e. replay.io/view?id=... should be redirected to app.replay.io/?id=...).
replay.io/view
app.replay.io
replay.io/view?id=...
app.replay.io/?id=...
see RecordReplay/devtools#3006
Fixed by 5d9c990d36719edd648c42d42048100960357bc9
Now that we're replacing
replay.io/view
withapp.replay.io
, we should add a corresponding redirect. This redirect should preserve the query string (i.e.replay.io/view?id=...
should be redirected toapp.replay.io/?id=...
).