Skip to content

Commit

Permalink
feat(FEC-13690): Send report of active plugins with the key loadedPlu…
Browse files Browse the repository at this point in the history
…gins
  • Loading branch information
MosheMaorKaltura committed Jun 3, 2024
1 parent 94550da commit b8ef7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kava-event-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const KavaEventModel = {
if (model.getPlayerJSLoadTime() !== null) {
eventModel.playerJSLoadTime = model.getPlayerJSLoadTime();
}
eventModel['registeredPlugins'] = model.getRegisteredPlugins();
eventModel['loadedPlugins'] = model.getRegisteredPlugins();
return eventModel;
}
},
Expand Down

0 comments on commit b8ef7a6

Please sign in to comment.