Re-enable remote logging feature by default (#51320)

* Reenable remote logging feature by default

* Changelog
This commit is contained in:
Ilyas Foo 2024-09-12 21:36:08 +08:00 committed by GitHub
parent 97182ef9ca
commit 3dc0d69091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Reenable remote logging feature by default

View File

@ -241,7 +241,7 @@ class FeaturesController {
'Enable this feature to log errors and related data to Automattic servers for debugging purposes and to improve WooCommerce',
'woocommerce'
),
'enabled_by_default' => false,
'enabled_by_default' => true,
'disable_ui' => true,
'is_legacy' => false,
'is_experimental' => true,