Cannot view video elements in Sentry Replay #9447
Labels
Package: react
Issues related to the Sentry React SDK
Package: replay
Issues related to the Sentry Replay SDK
Type: Bug
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/react
SDK Version
7.77.0
Framework Version
"react": "^18.1.0"
Link to Sentry event
https://mytaverse.sentry.io/replays/06a07cfc9c304836a242b2dda5124ae4
SDK Setup
Steps to Reproduce
Hi,
We have a react application viewed on a web browser, usually Chrome. We display video content in a video HTML tag from
"@tensorworks/libspsfrontend": "^0.3.4"
. Essentially pixel streaming.We cannot view the video content in the replays.
Also, in a less complicated fashion, we display a YouTube video in an iFrame. This also does not display. While the YouTube content is not important, I am assuming that they are both related.
Tried
unblock: ['img', 'video', 'object', 'picture', 'embed', 'map', 'audio'],
but did not work.Expected Result
I can see video content in replays.
Actual Result
We just see a blank element.
The text was updated successfully, but these errors were encountered: