Canvas Support for Session Replay is Now Available
We're excited to announce canvas support is now available in beta for Session Replay videos. 🎉
For all websites/apps that leverage HTML canvas elements, you can now configure replays to show canvas elements. This gives you the context & insight you need to debug tricky errors in your application related to those elements, and better understand the severity of those errors.
Here are the steps to get this installed:
-
Upgrade your SDK to the latest version
-
Set up Session Replay if you have not already
-
In
Sentry.init()
, addSentry.replayCanvasIntegration()
to yourintegrations
array
For more information on how to set up canvas and optimize performance, see here. Please note that there is currently no PII scrubbing in canvas recordings.
If you have any feedback or encounter issues setting this up, please open a GitHub ticket.
Before Canvas Recording is Enabled
After Canvas Recording is Enabled