-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix/Refactor: missing siblingVersion from sibling check #829
base: main
Are you sure you want to change the base?
Conversation
scripts/check-siblings.js
Outdated
const IsE2E = env.sentry_e2e == 'true'; | ||
|
||
function LogE2E(message) { | ||
IsE2E && console.log("E2E_TEST: " + message); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's isolate the fix and remove the E2E test changes from this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me, I have removed the e2e logs on e5640b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG. I think the refactor and message should also be a separate change, but I checked the code and it looks good.
Main changes:
ValidateSentryPackageParameters
that was causing the issue of ReferenceError: siblingVersion is not defined while installing the package #781.Fixes #781