diff --git a/app/scripts/constants/sentry-state.ts b/app/scripts/constants/sentry-state.ts index 63c2c48b03bc..d7dddf520d7d 100644 --- a/app/scripts/constants/sentry-state.ts +++ b/app/scripts/constants/sentry-state.ts @@ -273,7 +273,7 @@ export const SENTRY_BACKGROUND_STATE = { FeatureFlagController: {}, RemoteFeatureFlagController: { remoteFeatureFlags: true, - cacheTimestamp: true, + cacheTimestamp: false, }, NotificationServicesPushController: { fcmToken: false, diff --git a/test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-background-state.json b/test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-background-state.json index 06c9faf5e0fc..ecd0b1d0db7a 100644 --- a/test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-background-state.json +++ b/test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-background-state.json @@ -260,7 +260,10 @@ "showIncomingTransactions": "object" }, "QueuedRequestController": { "queuedRequestCount": 0 }, - "RemoteFeatureFlagController": "object", + "RemoteFeatureFlagController": { + "remoteFeatureFlags": { "feature1": true, "feature2": false }, + "cacheTimestamp": "number" + }, "SelectedNetworkController": { "domains": "object" }, "SignatureController": { "signatureRequests": "object", diff --git a/test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-ui-state.json b/test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-ui-state.json index 28c0d1f1b61f..ccecc8669c81 100644 --- a/test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-ui-state.json +++ b/test/e2e/tests/metrics/state-snapshots/errors-after-init-opt-in-ui-state.json @@ -240,7 +240,7 @@ "isCheckingAccountsPresence": "boolean", "queuedRequestCount": 0, "fcmToken": "string", - "remoteFeatureFlags": "object", + "remoteFeatureFlags": { "feature1": true, "feature2": false }, "cacheTimestamp": "number", "accounts": "object", "accountsByChainId": "object",