diff --git a/projects/packages/sync/changelog/update-sync-blacklist-od_url_metrics b/projects/packages/sync/changelog/update-sync-blacklist-od_url_metrics new file mode 100644 index 0000000000000..64e227d73375f --- /dev/null +++ b/projects/packages/sync/changelog/update-sync-blacklist-od_url_metrics @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Jetpack Sync: Add 'od_url_metrics' in blacklisted post types diff --git a/projects/packages/sync/src/class-defaults.php b/projects/packages/sync/src/class-defaults.php index ecf5ad5eb58d6..0a70612db44be 100644 --- a/projects/packages/sync/src/class-defaults.php +++ b/projects/packages/sync/src/class-defaults.php @@ -466,6 +466,7 @@ public static function get_callable_whitelist() { 'bigcommerce_task', // BigCommerce Plugin - Store import queue. 'secupress_log_err404', // SecuPress Plugin - Log 404 pages 'iw_omnibus_price_log', // Omnibus Plugin - Log price changes. + 'od_url_metrics', // Optimization Detective - Log URL metrics. ); /**