Skip to content

Commit

Permalink
refactor(back): increase Sentry normalizeDepth to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Jan 5, 2025
1 parent 2589ec2 commit d4a93b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const opts: NodeOptions = {
tracesSampleRate: sampleRate,
profilesSampleRate: sampleRate,
debug: false,
normalizeDepth: 6,
integrations
};

Expand Down

0 comments on commit d4a93b5

Please sign in to comment.