chore(graphql): remove sentry log on timeout errors
This commit is contained in:
parent
b583fe1fab
commit
0b696049b2
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ class API::V2::Schema < GraphQL::Schema
|
|||
class Timeout < GraphQL::Schema::Timeout
|
||||
def handle_timeout(error, query)
|
||||
error.extensions = { code: :timeout }
|
||||
Sentry.capture_exception(error, extra: query.context.query_info)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue