<observations>
Date: May 1, 2026
* 🟡 (07:04) Agent isolated test failures to sentry-protos version mismatch — ran 10 tests in `test_endpoints.py` with protos 0.8.24: all 10 passed in 6.88s
* 🟡 (07:05) Agent confirmed by downgrading sentry-protos back to 0.8.19 — same `ImportError: cannot import name 'LineItemUids'` reappeared, proving 161 failures were VM staleness (getsentry master requires newer protos), not the span tags code
* 🟡 (07:05) Agent committed span tags changes: 6 files, 26 lines added — purely additive `sentry_sdk.set_tag()` calls across `accounts.py`, `account_requests.py`, `resource_remove.py`, `resource_rotate_credentials.py`, `resource_update_service.py`, `resources.py`
* 🟡 (07:05) Commit: `ef554bc386` on branch `BYK/feat/stripe-projects-span-tags`, message: "feat(stripe-projects): Add span tags for dashboard observability"
* 🟡 (07:06) PR created: https://github.com/getsentry/getsentry/pull/20186 — pushed to `origin/BYK/feat/stripe-projects-span-tags`
* 🟡 (07:06) Agent listed example dashboard span queries enabled by the tags: (1) New Orgs: `count() WHERE stripe_projects.org_resolution:created`, (2) Orgs Linked: `count() WHERE stripe_projects.org_resolution:linked`, (3) Provisions by service: `count() GROUP BY stripe_projects.service_id`, (4) Operations breakdown: `count() GROUP BY stripe_projects.operation`
* 🟡 (07:06) Agent stated will update dashboard widgets to use new span tags once PR #20186 is deployed
</observations>