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

feat(FEC-11748): adding player events for EP analytics #109

Merged
merged 2 commits into from
Dec 12, 2021
Merged

Conversation

yairans
Copy link
Contributor

@yairans yairans commented Dec 9, 2021

Description of the Changes

add virtualEventId to kava beacons

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

@yairans yairans requested a review from a team December 9, 2021 10:21
@yairans yairans self-assigned this Dec 9, 2021
@@ -73,6 +74,7 @@ describe('KavaModel', () => {
model.getClientVer = () => cv;
model.getClientTag = () => ct;
model.getKS = () => ks;
model.getVirtualEventId = () => veid;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
model.getVirtualEventId = () => veid;
model.getVirtualEventId = () => void;

Copy link
Contributor Author

@yairans yairans Dec 12, 2021

Choose a reason for hiding this comment

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

@@ -114,6 +116,7 @@ describe('KavaModel', () => {
clientTag: ct,
position: pos,
ks: ks,
virtualEventId: veid,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
virtualEventId: veid,
virtualEventId: void,

@yairans yairans merged commit e9bf239 into master Dec 12, 2021
@yairans yairans deleted the FEC-11748 branch December 12, 2021 16:56
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