ref(opentelemetry): Use sentry.graphql.operation from conventions#22582
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1b136db. Configure here.
| @@ -1,5 +1,3 @@ | |||
| export { SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION } from './semanticAttributes'; | |||
There was a problem hiding this comment.
Public export removed without deprecation
Medium Severity
SEMANTIC_ATTRIBUTE_SENTRY_GRAPHQL_OPERATION was publicly exported from @sentry/opentelemetry and is removed here with no deprecated alias or notice. Elsewhere, attribute migrations to @sentry/conventions keep the old export marked @deprecated. Flagged because the PR Review Guidelines call out public API removals and breaking changes without deprecation notices.
Additional Locations (1)
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit 1b136db. Configure here.
size-limit report 📦
|


Removing this export from opentelemetry package, instead using this from conventions.