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

Send Prebid Version With Every Request #33

Closed
wants to merge 9 commits into from
Closed

Send Prebid Version With Every Request #33

wants to merge 9 commits into from

Conversation

wi101
Copy link

@wi101 wi101 commented Jan 2, 2024

@wi101 wi101 self-assigned this Jan 2, 2024
@wi101 wi101 marked this pull request as ready for review January 9, 2024 13:38
Comment on lines 92 to 94
const packageJson = require('../../../package.json')
const version = packageJson.version
expect(server.requests[0].url).to.contain(`tv=${version}`)
Copy link

Choose a reason for hiding this comment

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

This test can be separated from the others. That way the test scopes will be clearer.

@wi101 wi101 requested a review from 3link January 9, 2024 15:07
@wi101 wi101 requested a review from 3link January 9, 2024 16:20
@wi101
Copy link
Author

wi101 commented Jan 9, 2024

getested on the test-page

@@ -134,7 +134,7 @@
"express": "^4.15.4",
"fun-hooks": "^0.9.9",
"just-clone": "^1.0.2",
"live-connect-js": "^6.3.2"
"live-connect-js": "^6.3.4"
Copy link

Choose a reason for hiding this comment

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

Unrelated, but we should talk about it soon: ^ means, when you install the dependencies, the build system will automatically check for a newer version 6.x.y. That mean when we release e.g. a new patch of LiveConnect, but do not want it to be rolled out yet, but want to test it with a limited number of users, Prebid might just run their build and the newer version will be pulled in - something that we did not intend.

@wi101
Copy link
Author

wi101 commented Jan 16, 2024

opened a PR in Prebid repo

@wi101 wi101 closed this Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants