Skip to content

Commit

Permalink
Increase max error length
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Oct 15, 2024
1 parent 70c08d3 commit e219ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ if (process.env.SENTRY_DSN) {
new Tracing.Integrations.Postgres(),
],
tracesSampleRate: 0.001,
maxValueLength: 10_000,
});
}

Expand Down

0 comments on commit e219ec5

Please sign in to comment.