---
title: "Replay Issues"
description: "Learn more about which replay issues Sentry detects."
url: https://docs.sentry.io/product/issues/issue-details/replay-issues/
---

# Replay Issues

If you've enabled [Session Replay](https://docs.sentry.io/product/explore/session-replay.md), you'll be able to see new issue types on the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page in Sentry.

## [Quota Consumption](https://docs.sentry.io/product/issues/issue-details/replay-issues.md#quota-consumption)

Replay issues do not consume error quota.

When a replay is created it consumes [replay quota](https://docs.sentry.io/pricing/quotas/manage-replay-quota.md) (not to be confused with [error quota](https://docs.sentry.io/pricing/quotas/manage-event-stream-guide.md)). As the replay is being processed by the server Sentry detects the replay issue types listed below and groups those into issues. These errors are created on the backend after ingest and do not consume error quota. They will not appear on your [stats](https://sentry.io/orgredirect/organizations/:orgslug/stats/) page under the "Total Errors" or "Accepted Errors" graphs. You are not billed for their volume.

## [Replay Issue Types](https://docs.sentry.io/product/issues/issue-details/replay-issues.md#replay-issue-types)

* [Rage clicks](https://docs.sentry.io/product/issues/issue-details/replay-issues/rage-clicks.md) are a series of consecutive clicks on the same unresponsive page element. They are a strong signal of user frustration and most likely deserve your attention.

* [Hydration errors](https://docs.sentry.io/product/issues/issue-details/replay-issues/hydration-error.md) are a React-specific problem that happen when the initial UI does not match what was rendered on the server. They can result in a slower pageload experience for users.

## [Searching for Replay Issues](https://docs.sentry.io/product/issues/issue-details/replay-issues.md#searching-for-replay-issues)

If you use the term `issue.category:replay` in Issue Details search, you'll be able to filter for rage click and hydration error issues.

## Pages in this section

- [Rage Click Issues](https://docs.sentry.io/product/issues/issue-details/replay-issues/rage-clicks.md)
- [Hydration Error](https://docs.sentry.io/product/issues/issue-details/replay-issues/hydration-error.md)
