Silent harmless AbortError (#13080)
This commit is contained in:
@ -24,7 +24,9 @@ export const PromiseRejectionEffect = () => {
|
||||
return; // already handled by apolloLink
|
||||
}
|
||||
|
||||
enqueueErrorSnackBar({});
|
||||
if (error.networkError?.name !== 'AbortError') {
|
||||
enqueueErrorSnackBar({});
|
||||
}
|
||||
|
||||
try {
|
||||
const { captureException } = await import('@sentry/react');
|
||||
|
||||
Reference in New Issue
Block a user