Skip to content

Commit

Permalink
Add: enable dynamic logs on non-local environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Jan 22, 2025
1 parent 38866db commit ab285ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Entry = ({ store }: Props) => {
<DynamicContextProvider
theme={isDarkMode ? 'dark' : 'light'}
settings={{
logLevel: import.meta.env.DEV ? 'WARN' : 'ERROR',
logLevel: 'WARN',
mobileExperience: 'redirect',
environmentId: import.meta.env.DYNAMIC_ENV_ID,
walletConnectors: [EthereumWalletConnectors],
Expand Down

0 comments on commit ab285ec

Please sign in to comment.