Const
Adds Sentry tracing instrumentation for the graphql library.
For more information, see the graphqlIntegration documentation.
graphqlIntegration
Optional
Configuration options for the GraphQL integration.
const Sentry = require('@sentry/node');Sentry.init({ integrations: [Sentry.graphqlIntegration()], Copy
const Sentry = require('@sentry/node');Sentry.init({ integrations: [Sentry.graphqlIntegration()],
Adds Sentry tracing instrumentation for the graphql library.
For more information, see the
graphqlIntegrationdocumentation.