Skip to content
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

fix(FEC-9103): Remove old kaltura stats #244

Merged
merged 2 commits into from
Jun 11, 2019
Merged

fix(FEC-9103): Remove old kaltura stats #244

merged 2 commits into from
Jun 11, 2019

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Jun 6, 2019

Description of the Changes

Remove kanalytics from kaltura-player.

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

Remove kanalytics from kaltura-player.
@Yuvalke Yuvalke requested review from OrenMe and yairans June 6, 2019 10:25
@Yuvalke Yuvalke self-assigned this Jun 6, 2019
Copy link
Contributor

@OrenMe OrenMe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also be removed from package.json

@@ -13,7 +13,6 @@ import '@playkit-js/playkit-js-hls';
import '@playkit-js/playkit-js-dash';
// Import analytics plugin
import 'playkit-js-analytics';
import '@playkit-js/playkit-js-kava';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You meant to remove import 'playkit-js-analytics';?

Copy link
Contributor Author

@Yuvalke Yuvalke Jun 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I changed the playkit-js-analytics to look for file which import the relevant analytics for kaltura-player type.
kava was inserted into analytics.js which exist under ott and ovp folders

@Yuvalke Yuvalke merged commit f7fa3ac into master Jun 11, 2019
@Yuvalke Yuvalke deleted the FEC-9103 branch June 11, 2019 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants