We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7244a2 commit e37fd6eCopy full SHA for e37fd6e
sentry_sdk/integrations/gql.py
@@ -24,8 +24,6 @@
24
25
EventDataType = Dict[str, Union[str, Tuple[VariableDefinitionNode, ...]]]
26
27
-MIN_GQL_VERSION = (3, 4, 1)
28
-
29
30
class GQLIntegration(Integration):
31
identifier = "gql"
0 commit comments