refactor: ignore unknown sentry log

This commit is contained in:
moonrailgun 2024-10-16 01:10:47 +08:00
parent c9f2458775
commit 527f734bc4

View File

@ -346,7 +346,8 @@ export const feedIntegrationRouter = router({
return 'ok'; 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'; return 'Not supported yet';
}), }),