-
Notifications
You must be signed in to change notification settings - Fork 19
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
Standardising event types, introducing new attributes and updating documentation #76
base: master
Are you sure you want to change the base?
Standardising event types, introducing new attributes and updating documentation #76
Conversation
…videoCustomAction and introduced videoErrorAction
LGTM |
components/NewRelicAgent/NRAgent.brs
Outdated
@@ -1062,6 +1152,7 @@ function nrAddVideoAttributes(ev as Object) as Object | |||
ev.AddReplace("contentDuration", m.nrVideoObject.duration * 1000) | |||
ev.AddReplace("contentPlayhead", m.nrVideoObject.position * 1000) | |||
ev.AddReplace("contentIsMuted", m.nrVideoObject.mute) | |||
ev.AddReplace("ContentIsfullscreen","true") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check attribute name, casing looks incorrect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
IN PROGRESS, PLEASE DO NOT MERGE
This PR consists of 4 tasks: