plugins/browser-plugin-media-tracking/src/entities.ts
Function buildHTMLMediaElementEntity
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function buildHTMLMediaElementEntity(el: HTMLAudioElement | HTMLVideoElement): SelfDescribingJson {
const data: MediaElement = {
// htmlId is a required property in the schema, but may not be present if
// the user provided the element themselves
htmlId: el.id || '',