Skip to content

Commit f9c61c3

Browse files
authored
Clarify replay behavior
The current wording makes it seem like you can apply source-level changes and have them work with replayed data, and this is not true. This PR is a partner to #1375
1 parent aca841d commit f9c61c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/what-is-replay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This means you can send a limited sample of your data to a new tool to test it o
1717

1818
## Replays for resilience
1919

20-
With Replays, you're protected from outages and errors. If a destination which you rely on experiences an outage, or temporarily isn't able to accept incoming data, you can use Replays to re-send data to that tool once the service recovers. You can also use Replays to recover from errors caused by misconfigurations in your Segment systems - sending data in the wrong format, or want to apply [destination filters](/docs/connections/destinations/destination-filters/)? Change your mapping, clear out the bad data, and replay it from the source. You can also use this to update the schema in your data warehouse when it changes.
20+
With Replays, you're protected from outages and errors. If a destination which you rely on experiences an outage, or temporarily isn't able to accept incoming data, you can use Replays to re-send data to that tool once the service recovers. You can also use Replays to recover from errors caused by misconfigurations in your Segment systems - sending data in the wrong format, or want to apply [destination filters](/docs/connections/destinations/destination-filters/)? Change your mapping using a destination filter, clear out the bad data, and replay it to that destination. You can also use this to update the schema in your data warehouse when it changes.
2121

2222
Any of this sound complicated? [Contact us](https://segment.com/help/contact/) and our Success Engineers will walk you through the process.
2323

0 commit comments

Comments
 (0)