-
Notifications
You must be signed in to change notification settings - Fork 871
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
Enable crash report on dev/nightly channel by default #1985
Conversation
* License, v. 2.0. If a copy of the MPL was not distributed with this file, | ||
* You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
#ifndef BRAVE_BROWSER_METRICS_METRICS_UTIL_H_ |
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.
nit: header guard doesn’t match file path
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.
Oops! I forgot to run lint again after renaming.
Done.
46ea27a
to
10f1181
Compare
@darkdh Thanks for review! 👍 |
@bsclifton Should this be an uplift candidate for dev? |
@simonhong yes please! 😄 |
@simonhong you can actually go ahead and uplift this to beta |
Enable crash report on dev/nightly channel by default
@bsclifton I think uplifting to dev is sufficient because beta would not be changed at all with this PR. |
@simonhong makes sense 😄 thanks! |
@simonhong please also do this for Beta channel. We have updates to the website to indicate that as well. |
Enable crash report on dev/nightly channel by default
[0.62.x] Merge pull request #1985 from brave/enable_crash_report_on_dev_ni
fix brave/brave-browser#1630
Test case only runs on linux because test is hard for different channel on other platforms.
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
yarn test brave_unit_tests --filter=MetricsUtilTest.DefaultValueTest
Reviewer Checklist: