Skip to content

Commit

Permalink
Add missing PreferencesController.preferences properties to `SENTRY…
Browse files Browse the repository at this point in the history
…_BACKGROUND_STATE`
  • Loading branch information
MajorLift committed Dec 11, 2024
1 parent d9aa4b7 commit f854428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/scripts/constants/sentry-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ export const SENTRY_BACKGROUND_STATE = {
petnamesEnabled: true,
showConfirmationAdvancedDetails: true,
privacyMode: false,
useNativeCurrencyAsPrimaryCurrency: true,
featureNotificationsEnabled: true,
showMultiRpcModal: true,
tokenSortConfig: {},
shouldShowAggregatedBalancePopover: true,
},
useExternalServices: false,
selectedAddress: false,
Expand Down

0 comments on commit f854428

Please sign in to comment.