mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Use default skipError of @envelop/sentry (#954)
This commit is contained in:
parent
e6e7b42c82
commit
3a1ce6b699
1 changed files with 0 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { isGraphQLError } from '@envelop/core';
|
||||
import { useGenericAuth } from '@envelop/generic-auth';
|
||||
import { useGraphQLModules } from '@envelop/graphql-modules';
|
||||
import { useSentry } from '@envelop/sentry';
|
||||
|
|
@ -153,7 +152,6 @@ export const graphqlHandler = (options: GraphQLHandlerOptions): RouteHandlerMeth
|
|||
// It's the readiness check
|
||||
return args.operationName === 'readiness';
|
||||
},
|
||||
skipError: isGraphQLError,
|
||||
}),
|
||||
useSentryUser(),
|
||||
useErrorHandler(({ errors, context }): void => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue