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 c9f2458 commit 527f734Copy full SHA for 527f734
src/server/trpc/routers/feed/integration.ts
@@ -346,7 +346,8 @@ export const feedIntegrationRouter = router({
346
return 'ok';
347
}
348
349
- logUnknownIntegration('sentry', input);
+ // sentry payload is toooo large, its not good to print it at all
350
+ // logUnknownIntegration('sentry', input);
351
352
return 'Not supported yet';
353
}),
0 commit comments