Skip to content

Commit

Permalink
πŸ“ˆ server: increase sentry depth
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Oct 23, 2024
1 parent 49e2485 commit 9acdb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/instrument.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ init({
profilesSampleRate: process.env.NODE_ENV === "production" ? 1 : 0.01,
attachStacktrace: true,
autoSessionTracking: true,
normalizeDepth: 10,
integrations: [nodeProfilingIntegration(), extraErrorDataIntegration({ depth: 10 }), sessionTimingIntegration()],
normalizeDepth: 69,
integrations: [nodeProfilingIntegration(), extraErrorDataIntegration({ depth: 69 }), sessionTimingIntegration()],
spotlight: !process.env.APP_DOMAIN || process.env.APP_DOMAIN === "localhost",
});

0 comments on commit 9acdb2b

Please sign in to comment.