diff --git a/app/client/src/configs/index.ts b/app/client/src/configs/index.ts index e1dd4cea58..769867f9db 100644 --- a/app/client/src/configs/index.ts +++ b/app/client/src/configs/index.ts @@ -199,7 +199,7 @@ export const getAppsmithConfigs = (): AppsmithUIConfigs => { dsn: sentryDSN.value, release: sentryRelease.value, environment: sentryENV.value, - normalizeDepth: 7, + normalizeDepth: 5, integrations: [ new Integrations.BrowserTracing({ // Can also use reactRouterV4Instrumentation