You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicks in replays can be misaligned from the target element.
We've discovered one instance where this happens is with custom fonts not being able to be loaded in the replayer due to CORS. This can cause rendering differences between production and during replay, which means that scrolling will be in correct due to the differing dimensions. Masking w/ variable-width fonts can also cause similar issues.
Remote asset caching could be a solution here, but the user can allow ensure that the server hosting their custom fonts allows *.sentry.io to access it (via Access-Control-Allow-Origin).
The text was updated successfully, but these errors were encountered:
Description
Clicks in replays can be misaligned from the target element.
We've discovered one instance where this happens is with custom fonts not being able to be loaded in the replayer due to CORS. This can cause rendering differences between production and during replay, which means that scrolling will be in correct due to the differing dimensions. Masking w/ variable-width fonts can also cause similar issues.
Remote asset caching could be a solution here, but the user can allow ensure that the server hosting their custom fonts allows
*.sentry.io
to access it (viaAccess-Control-Allow-Origin
).The text was updated successfully, but these errors were encountered: