refactor: ignore unknown sentry log
This commit is contained in:
parent
c9f2458775
commit
527f734bc4
@ -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';
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user