-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Crash reporting should be enabled by default on nightly #18315
Comments
@stephendonner Can you check this also on Windows? |
Sorry for the delay; can confirm it's on by default in the latest |
@stephendonner Thanks for checking :) |
Only macOS has this issue. linux is also fine. |
… channel fix brave/brave-browser#18315 When first-run dialog is closed, crash reporting pref is set based on FirstRunDialogViewController::isStatsReportingEnabled. So far, it returns always false. It should return the value of GetDefaultPrefValueForMetricsReporting().
Verified
Steps:
Verified passed on
Steps:
Note - did steps 6-9 2x since I forgot to take a screenshot, that's why there are 2 crashes shown in below
Verified passed on
Steps:
|
Removing |
Removing |
Verified
Confirmed crash reporting is not enabled by default on release channel. Steps:
|
Description
Crash reporting should be enabled by default on nightly
Steps to Reproduce
brave://settings/privacy
Help improve Brave's features and performance
Actual result:
It's toggled to
off
by defaultExpected result:
Should be toggled to
on
by defaultReproduces how often:
100%
Brave version (brave://version info)
/cc @rebron @simonhong @karenkliu
The text was updated successfully, but these errors were encountered: