reduced depth of information shared to allow error sharing
This commit is contained in:
parent
8109b3b001
commit
03053d40c3
|
|
@ -199,7 +199,7 @@ export const getAppsmithConfigs = (): AppsmithUIConfigs => {
|
||||||
dsn: sentryDSN.value,
|
dsn: sentryDSN.value,
|
||||||
release: sentryRelease.value,
|
release: sentryRelease.value,
|
||||||
environment: sentryENV.value,
|
environment: sentryENV.value,
|
||||||
normalizeDepth: 7,
|
normalizeDepth: 5,
|
||||||
integrations: [
|
integrations: [
|
||||||
new Integrations.BrowserTracing({
|
new Integrations.BrowserTracing({
|
||||||
// Can also use reactRouterV4Instrumentation
|
// Can also use reactRouterV4Instrumentation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user