Skip to content

Commit 23712f7

Browse files
authored
feat(replay): Remove Beta label from Hydration Error product & setup pages (#11402)
* feat(replay): Remove Beta label from Hydration Error product page * another spot
1 parent c7438a2 commit 23712f7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/platforms/javascript/common/session-replay/issue-types.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Sometimes rage or dead clicks will be detected on elements which are not expecte
3939

4040
## Configuring Hydration Errors
4141

42-
<Include name="feature-available-for-user-group-early-adopter.mdx" />
43-
4442
When a [hydration error](/product/issues/issue-details/replay-issues/hydration-error/) occurs in your React app, the SDK will emit an error object as well as a replay breadcrumb, both of which contain data about the hydration problem. Both of these are sent to the server for processing. When you're looking at the issue stream you'll see Hydration Error issues which could come from either data source. However, you will only see the diff tools which make debugging easier if a replay is associated with the error.
4543

4644
For this reason we recommend having both [Inbound Filter](/concepts/data-management/filtering/) enabled and the "Create Hydration Error Issues" Replay setting enabled as well. This is also the default!

docs/product/issues/issue-details/replay-issues/hydration-error.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebar_order: 50
44
description: "Learn about Session Replay hydration errors."
55
---
66

7-
<Include name="feature-available-for-user-group-early-adopter.mdx" />
8-
97
Hydration errors are a React-specific problem that happen when the initial client UI does not match what was rendered on the server. They can result in extra work for the browser, and a slower pageload experience for users.
108

119
## Prerequisites for Seeing Hydration Error Diff Tools

0 commit comments

Comments
 (0)