We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb08e6 commit 9c73159Copy full SHA for 9c73159
api/src/plugins/error-handling.ts
@@ -15,6 +15,7 @@ import { getRedirectParams } from '../utils/redirection';
15
const errorHandling: FastifyPluginCallback = (fastify, _options, done) => {
16
void fastify.register(fastifySentry, {
17
dsn: SENTRY_DSN,
18
+ maxValueLength: 8192, // the default is 250, which is too small.
19
// No need to initialize if DSN is not provided (e.g. in development and
20
// test environments)
21
skipInit: !SENTRY_DSN,
0 commit comments