diff --git a/packages/node/src/integrations/tracing/graphql/vendored/instrumentation.ts b/packages/node/src/integrations/tracing/graphql/vendored/instrumentation.ts index fd2459cb372c..e7e3a99b8b8e 100644 --- a/packages/node/src/integrations/tracing/graphql/vendored/instrumentation.ts +++ b/packages/node/src/integrations/tracing/graphql/vendored/instrumentation.ts @@ -65,8 +65,9 @@ import { startInactiveSpan, withActiveSpan, } from '@sentry/core'; -import { SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION } from '@sentry/opentelemetry'; + import type { GraphQLInstrumentationConfig, GraphQLInstrumentationParsedConfig } from './types'; +import { SENTRY_GRAPHQL_OPERATION } from '@sentry/conventions/attributes'; const PACKAGE_NAME = '@sentry/instrumentation-graphql'; @@ -267,7 +268,7 @@ export class GraphQLInstrumentation extends InstrumentationBase