Skip to content

Commit 2124f68

Browse files
cmanallenvivianyentranbruno-garcia
authored
Add inbound-filter docs for replay (#9975)
* Add inbound-filter docs for replay * Update docs/product/session-replay/replay-details.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> * Update docs/product/session-replay/replay-details.mdx Co-authored-by: Bruno Garcia <bruno@brunogarcia.com> * Update language * Update from feedback --------- Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
1 parent 5f1ae97 commit 2124f68

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/product/session-replay/replay-details.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,14 @@ Find a complete list of built-in fields and custom tags associated with a replay
5151
## Retention
5252

5353
Replays are retained for 90 days in sentry.io (the same retention period as other event types, such as Errors and Transactions). The retention period is not configurable.
54+
55+
## Inbound Filtering
56+
57+
If you've chosen not to capture certain errors by applying any of the below inbound filter rules, those same rules will also apply to Session Replays.
58+
59+
- IP Addresses
60+
- Releases
61+
- Request URLs
62+
- User-Agents
63+
64+
**Note**: Because filtered outcomes are emitted per **segment** whereas successful outcomes are emitted per **replay** (a replay being a collection of segments), you may see a noticeable increase in filtered outcomes on your [Stats](https://sentry.io/orgredirect/organizations/:orgslug/stats) page. This is not an error.

0 commit comments

Comments
 (0)