Skip to content

Commit 527f734

Browse files
committed
refactor: ignore unknown sentry log
1 parent c9f2458 commit 527f734

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/server/trpc/routers/feed/integration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ export const feedIntegrationRouter = router({
346346
return 'ok';
347347
}
348348

349-
logUnknownIntegration('sentry', input);
349+
// sentry payload is toooo large, its not good to print it at all
350+
// logUnknownIntegration('sentry', input);
350351

351352
return 'Not supported yet';
352353
}),

0 commit comments

Comments
 (0)