diff --git a/src/server/trpc/routers/feed/integration.ts b/src/server/trpc/routers/feed/integration.ts index da4d14e..fbf441a 100644 --- a/src/server/trpc/routers/feed/integration.ts +++ b/src/server/trpc/routers/feed/integration.ts @@ -346,7 +346,8 @@ export const feedIntegrationRouter = router({ return 'ok'; } - logUnknownIntegration('sentry', input); + // sentry payload is toooo large, its not good to print it at all + // logUnknownIntegration('sentry', input); return 'Not supported yet'; }),