-
Notifications
You must be signed in to change notification settings - Fork 879
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
Disabling metrics reporting; Updating ad-block deps to fix audit_deps error; Updating crypto deps to fix audit_deps error; #2029
Conversation
@@ -18,7 +18,7 @@ bool GetDefaultPrefValueForMetricsReporting() { | |||
case version_info::Channel::CANARY: | |||
return true; | |||
case version_info::Channel::UNKNOWN: | |||
return false; | |||
return true; |
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.
TO-DO: This is for testing on Debug builds. Remove before merge.
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.
I think you don't need this change for testing after enabling crash report via settings.
Ah,, debug build only returns false.
d7afe57
to
6e9931e
Compare
LGTM. When you remove the code for testing. I'll approve. (Deleting code dismisses previous approve) |
0f34541
to
0f0a02e
Compare
|
PR builder passed here: https://staging.ci.brave.com/job/brave-browser-build-pr/job/fix_3816/15/ |
Disabling metrics reporting; Updating ad-block deps to fix audit_deps error; Updating crypto deps to fix audit_deps error;
Disabling metrics reporting; Updating ad-block deps to fix audit_deps error; Updating crypto deps to fix audit_deps error;
Part of this PR was uplifted to 0.62/0.63 (disabling metrics services), so tagged this PR with 0.62.x milestone to reflect the same. cc: @bsclifton |
@jumde left the PR as 0.64.x since it was merged against master Looking at the issues though, looks like those are properly assigned 😄
|
fix brave/brave-browser#3816
fix brave/brave-browser#3871
fix brave/brave-browser#3877
fix brave/brave-browser#3878
Description
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests && npm run test-security
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: