sentry-javascript
sentry-javascript copied to clipboard
Avoid taking regular canvas snapshots with replay if canvas does not change
Currently, we take a canvas snapshot every 2 seconds. However, if we knew that the canvas hasn't changed at all, we could skip this.