-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rum can't capture video type transactions #1417
Comments
Hi @LHB6540, I have a few questions:
Are you creating them as a custom transaction? or do you mean that you can see each of those resources represented as a span of a transaction (e.g. page-load transaction)? Cheers, |
Hi @LHB6540, I see, thanks for the clarification. Let's check if the resource timing API is identifying the video resource properly: Steps:
Let me know if it's returning any entries and if the values are the ones that you would expect to see in Kibana Thanks, |
You are right @LHB6540. When we developed this feature a while ago it was decided not to include all the resources initiator type that browsers support. So as you said, we are not capturing resources such as video (audio and embed either) The list below contains the resources initiator type that we are currently capturing:
will discuss this within the team and we'll let you know once we have more info Thanks, |
OK,thank you |
will keep it open to not lose track of this |
In my site html site I try to follow this documentation Synchronous / Blocking Pattern and Asynchronous / Non-Blocking Pattern in the two ways to install the agent. But no matter which one, I can capture image, css and other types of transactions, but I can't capture video access or loading transactions.
My video reference code is as follows, it is located in html->body, the same location as those image type files
I would like to know if the capture of video type is supported, if so, how should I troubleshoot and solve the current problem
The text was updated successfully, but these errors were encountered: