Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <liza.mock@sentry.io>
  • Loading branch information
billyvg and lizokm committed Sep 17, 2024
1 parent 119b892 commit 0ee53a2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ excerpt: ""
description: "Troubleshooting Session Replay-specific Issues"
---

<Expandable title="Replay does not match my application" permalink>
<Expandable title="Replay doesn't match my application" permalink>

There are a few cases where the replay playback does not match how your application looks. Below are some common causes and what the next steps are if you experience this.
There are a few cases where the replay playback won't match the look of your application. Below, are some common causes and solutions if you experience this.

### Missing elements from the replay

* Usage of unsupported and/or deprecated elements such as `<frame>` (not to be confused with `<iframe>`)
* Element is blocked by the [privacy configuration](/platforms/javascript/session-replay/privacy/#blocking) (by default, elements with the class name `sentry-block` or the attribute `data-sentry-block`)
* You may be using unsupported and/or deprecated elements such as `<frame>` (not to be confused with `<iframe>`).
* The element may be blocked by the [privacy configuration](/platforms/javascript/session-replay/privacy/#blocking) (by default, elements with the class name `sentry-block` or the attribute `data-sentry-block`).

### CSS is wrong or missing

* There may be edge cases with complex CSS selectors which break the styling. Please [file an issue on GitHub](https://github.com/getsentry/sentry-javascript/issues) if you enounter this.
* There may be edge cases with complex CSS selectors which break the styling. Please [file an issue on GitHub](https://github.com/getsentry/sentry-javascript/issues) if you encounter this.

</Expandable>

Expand Down

0 comments on commit 0ee53a2

Please sign in to comment.