From 03053d40c3aa0ea3aeea338550718012185cc3b2 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Mon, 7 Dec 2020 19:54:51 +0530 Subject: [PATCH] reduced depth of information shared to allow error sharing --- app/client/src/configs/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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