@@ -117,11 +117,6 @@ class Config
117
117
private const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_ENABLE_COMMERCE_EXTENSION_BASE_URL =
118
118
'facebook/internal/extension_base_url ' ;
119
119
120
- private const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_ENABLE_META_EXCEPTION_LOGGING =
121
- 'facebook/business_extension/meta_exception_logging_enabled ' ;
122
- private const XML_PATH_FACEBOOK_BUSINESS_EXTENSION_ENABLE_META_TELEMETRY_LOGGING =
123
- 'facebook/business_extension/meta_telemetry_logging_enabled ' ;
124
-
125
120
/**
126
121
* @var StoreManagerInterface
127
122
*/
@@ -978,38 +973,6 @@ public function getServerTestCode(int $scopeId = null, string $scope = null): ?s
978
973
);
979
974
}
980
975
981
- /**
982
- * Check if persisting exception logs to Meta is enabled
983
- *
984
- * @param int|null $scopeId
985
- * @param string|null $scope
986
- * @return string|null
987
- */
988
- public function isMetaExceptionLoggingEnabled (int $ scopeId = null , string $ scope = null ): ?string
989
- {
990
- return $ this ->getConfig (
991
- self ::XML_PATH_FACEBOOK_BUSINESS_EXTENSION_ENABLE_META_EXCEPTION_LOGGING ,
992
- $ scopeId ,
993
- $ scope
994
- );
995
- }
996
-
997
- /**
998
- * Check if persisting telemetry logs to Meta is enabled
999
- *
1000
- * @param int|null $scopeId
1001
- * @param string|null $scope
1002
- * @return string|null
1003
- */
1004
- public function isMetaTelemetryLoggingEnabled (int $ scopeId = null , string $ scope = null ): ?string
1005
- {
1006
- return $ this ->getConfig (
1007
- self ::XML_PATH_FACEBOOK_BUSINESS_EXTENSION_ENABLE_META_TELEMETRY_LOGGING ,
1008
- $ scopeId ,
1009
- $ scope
1010
- );
1011
- }
1012
-
1013
976
/**
1014
977
* Get store weight unit
1015
978
*
0 commit comments