chore(strawberry): Remove transaction-based tracing - #7166
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 4445c6e. Configure here.
|
|
||
| elif should_send_default_pii(): | ||
| additional_attributes["graphql.document"] = self.execution_context.query | ||
| if sentry_sdk.traces.get_current_span() is None: |
There was a problem hiding this comment.
Dead resource name helpers remain
Low Severity
_resource_name and hash_query are unused after the static tracing path was removed. Their only call site set graphql.resource_name on legacy spans, so these helpers (and the hashlib import they need) are now dead code.
Reviewed by Cursor Bugbot for commit 4445c6e. Configure here.
Codecov Results 📊✅ 97394 passed | ❌ 1 failed | ⏭️ 5393 skipped | Total: 102788 | Pass Rate: 94.75% | Execution Time: 336m 18s 📊 Comparison with Base Branch
➕ New Tests (1)View new tests
❌ Failed Tests
|


Description
Hide whitespace for a much easier time reviewing
Issues
Closes PY-2722
Closes #7118