Skip to content

fix(preprod): Fix typecheck errors from monitor filters reland#111142

Merged
chromy merged 2 commits intomasterfrom
hector/fix-preprod-typecheck-lint
Mar 19, 2026
Merged

fix(preprod): Fix typecheck errors from monitor filters reland#111142
chromy merged 2 commits intomasterfrom
hector/fix-preprod-typecheck-lint

Conversation

@chromy
Copy link
Contributor

@chromy chromy commented Mar 19, 2026

Fix typecheck errors introduced by the reland of monitor filters (95e3ff4).

FormContext and Section are named exports but were imported as default
exports in the mobile build detector form, causing three TypeScript errors.

Agent transcript: https://claudescope.sentry.dev/share/0f6OHlCAOh7GRffxn4UrfZPAgEjU-mIK3FCG-ksuJY0

chromy added 2 commits March 19, 2026 12:58
The reland of monitor filters used default imports for FormContext and
Section, but both modules only have named exports, causing typecheck
failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Agent transcript: https://claudescope.sentry.dev/share/fpF8uUjtdbUXU5BdJX4Li9SL4cEYGjfq7rgc3P06QdM
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 19, 2026
@chromy chromy marked this pull request as ready for review March 19, 2026 20:19
@chromy chromy requested review from a team as code owners March 19, 2026 20:19
@chromy chromy merged commit 3bc522e into master Mar 19, 2026
72 checks passed
@chromy chromy deleted the hector/fix-preprod-typecheck-lint branch March 19, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants