Skip to content

Commit

Permalink
Update docs/platforms/javascript/common/session-replay/troubleshootin…
Browse files Browse the repository at this point in the history
…g.mdx

Co-authored-by: Alex Krawiec <[email protected]>
  • Loading branch information
billyvg and coolguyzone authored Mar 4, 2025
1 parent 01dc350 commit 3b54169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ If you want to turn off [rage click issues](/product/issues/issue-details/replay

Clicks in replays can appear in the incorrect location due to rendering differences between your application and the replayer. A common case of this is with text rendering: if custom fonts are not loaded properly in the replayer, it can cause the height of elements to differ between production and the replay. This means that the scroll position will be incorrect and will result in mouse clicks appearing in the wrong location. If you are hosting your own fonts, please configure the `Access-Control-Allow-Origin` headers to allow the `sentry.io` host to load your fonts, otherwise the replayer will be unable to load them due to CORS.

Text masking of variable-width fonts can also cause this because the size of the masking text ("*") will not necessarily have the same dimensions as the original character it replaced. Unfortunately, there is currently no workaround: please [follow this GitHub Issue](https://github.com/getsentry/sentry-javascript/issues/15449) for updates.
Text masking of variable-width fonts can also cause this because the size of the masking text ("*") will not necessarily have the same dimensions as the original character it replaced. There is currently no workaround; please [follow this GitHub Issue](https://github.com/getsentry/sentry-javascript/issues/15449) for updates.
</Expandable>

0 comments on commit 3b54169

Please sign in to comment.