Skip to content

Commit 5413bb3

Browse files
committed
added tr migration info
1 parent 5576663 commit 5413bb3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/guides/references/migration-guide.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,23 @@ title: Migration Guide
66

77
This guide details the changes and how to change your code to migrate to Cypress
88
version 13.0.
9-
[See the full changelog for version 13.0](/guides/references/changelog#13-0-0).
9+
[See the full changelog for version 13.0](https://docs.cypress.io/guides/overview/why-cypress).
10+
11+
### Cypress Cloud Test Replay
12+
13+
[Test Replay](https://docs.cypress.io/guides/overview/why-cypress) is enabled by default in `v13.0` of the Cypress App.
14+
15+
You may need to whitelist `capture.cypress.io` if you work with a strict VPN. See our FAQ section about [VPN subdomain whitelisting](/faq/questions/cloud-faq#Im-working-with-a-restrictive-VPN-Which-subdomains-do-I-have-to-allow-on-my-VPN-for-Cypress-Cloud-to-work-properly).
16+
17+
You can [opt out](https://docs.cypress.io/guides/overview/why-cypress) of this feature in Cloud project-level settings.
18+
19+
<!---
20+
todo: replace urls for merge to v13 branch:
21+
22+
changelog- /guides/references/changelog#13-0-0
23+
test replay- /guides/cloud/debugging/test-replay
24+
opt out- /guides/cloud/debugging/test-replay#Opt-out-of-Test-Replay
25+
--->
1026

1127
### Video updates
1228

0 commit comments

Comments
 (0)