DashboardsentrySentry context processor registration —…

Sentry context processor registration — register.simple_tag alternative

Category: pattern
Confidence: 1.00
ID: 019db0a4-7a4f-7667-ad23-5796033d9d3b
Project ID: 702228c8-56bc-4694-8d5a-174ac2f29105
Cross-project: No
Recalled in other projects: 0
Source session: (none)
Created: 2026-07-30 15:46:04
Updated: 2026-07-30 15:46:04

Content

Getsentry cross-repo CI: PR CI runs against pinned sentry SHA from sentry-version, not the PR's sentry branch. Mypy plugin additions in sentry PR aren't available until pin bump. HttpRequest attrs assigned in code must be declared in tools/mypy_helpers/plugin.py::_adjust_http_request_members or mypy fails with attr-defined. Workflow: merge sentry PR → bump bot updates sentry-version → rebase getsentry PR. Workarounds: setattr(request, 'name', value) # noqa: B010 or # type: ignore[attr-defined].

Move to: