Remove automaticErrorReporting labs feature (#32781)

* Disable changing automaticErrorReporting unless sentry is configured.

* Ensure we reload on change

* Remove automaticErrorReporting labs flag

* remove stray import

* I thought I had killed you

* poke ci
This commit is contained in:
Will Hunt
2026-03-13 11:29:19 +00:00
committed by GitHub
parent 635b0e6fe2
commit a73335168d
4 changed files with 3 additions and 21 deletions
@@ -78,11 +78,6 @@ export default class LabsUserSettingsTab extends React.Component<EmptyObject> {
groups
.getOrCreate(LabGroup.Analytics, [])
.push(
<SettingsFlag
key="automaticErrorReporting"
name="automaticErrorReporting"
level={SettingLevel.DEVICE}
/>,
<SettingsFlag
key="automaticDecryptionErrorReporting"
name="automaticDecryptionErrorReporting"