Skip to content

Commit

Permalink
refactor: ignore unknown sentry log
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Oct 15, 2024
1 parent c9f2458 commit 527f734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/trpc/routers/feed/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}),
Expand Down

0 comments on commit 527f734

Please sign in to comment.