-
Notifications
You must be signed in to change notification settings - Fork 86
Skip Sentry initialization in E2E tests #813
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
3031fcf
Skip Sentry initialization in E2E tests
bcotrim 12b9b51
also remove sentry init from unit tests
bcotrim 1706287
disable steps for debugging
bcotrim 0b22817
enable some steps for debugging
bcotrim 916bfca
add building variable
bcotrim 65bbe35
disable steps for debugging
bcotrim 7173291
enable mac build
bcotrim 6d9f7d5
remove dev version changes
bcotrim 925c585
remove sentry init
bcotrim d43e1dd
remove sentry init
bcotrim 05108dc
adjust webpack sentry plugin
bcotrim 7de7e7b
adjust webpack sentry plugin
bcotrim bee1b83
revert unnecessary changes
bcotrim bfa5f32
revert unnecessary changes
bcotrim 94b73d2
check if windows is failing
bcotrim 9736e3e
check if e2e is causing issues
bcotrim a39fe9a
attempt to fix e2e issue
bcotrim 3f8b3bd
attempt to fix windows build
bcotrim f5ac5cc
rename DEV_BUILD to IS_DEV_BUILD for consistency
bcotrim 79eeaba
add variable to root
bcotrim 9e33c33
add more details to debug issue source
bcotrim 3821092
add more details to debug issue source
bcotrim 148fc53
add more details to debug issue source
bcotrim 85d34f6
add more details to debug issue source
bcotrim 383b915
add more details to debug issue source
bcotrim 83b9b64
add more details to debug issue source
bcotrim b29a0b5
add more details to debug issue source
bcotrim d6de390
add more details to debug issue source
bcotrim 2c69da5
add more details to debug issue source
bcotrim 1af221c
cleanup
bcotrim a331eb2
cleanup
bcotrim 663601b
fix windows build
bcotrim ed9143a
cleanup
bcotrim 9138adf
add IS_DEV_BUILD to env param
bcotrim 511b1b2
update IS_DEV_BUILD for e2e step
bcotrim c8ce53a
update IS_DEV_BUILD for remaining steps
bcotrim 0462f1c
remove unnecessary E2E check from Sentry init
bcotrim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do we still need to check
process.env.E2Ein theenabledkey just below this?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.
We can probably remove it now.
Locally it will fall into the 'development' check, and on CI we have the
IS_DEV_BUILD=truecheck.Good catch!