feat(graphene): Add span streaming support #6476
+136
−8
Merged
@sentry/warden / warden: code-review
completed
Jun 1, 2026 in 4m 28s
1 issue
code-review: Found 1 issue (1 low)
Low
New `operation_name` default untested in both streaming and non-streaming paths - `sentry_sdk/integrations/graphene.py:126`
No test exercises the case where operation_name is not provided (i.e., kwargs.get("operation_name") returns None), so the new fallback string "<unknown graphql operation>" and its propagation into span name, breadcrumb data, and attributes are never validated.
⏱ 4m 21s · 502.8k in / 18.7k out · $0.76
Loading