Examples
For example, one way to manage gist variants is by naming your variants likedev
and prod
.
You can edit dev
variants without worrying that it’ll break the user experience. When you’re ready to ship it to the customers, you can:
- assign 100% of the traffic to
dev
- rename the current
prod
variant to another name. e.gprod-2023-10-13
- rename the current
dev
variant toprod