stack/apps
Aman Ganapathy 7335040168
[Fix]: Deal with Result Admin Validation Sentry Noise for TrustedDomains by Nixing Read Validation (#1264)
### Context
We get a lot of noise on sentry about the result admin validation
failing from the onList handler. However, we no longer care about
validating reads for trustedDomains. Via config pushes, people can set
them to anything anyway. There's no value in being stricter on reads
than on writes.

### Summary of Changes
We scope our schema changes to just the onList and read handlers for
trusted domains for the most part, though relaxing the params validation
also affects delete. In practice, delete needs to do an exact match to
find what needs to be deleted so this is fine. Also, without relaxing it
for delete, you wouldn't be able to delete a domain you had previously
put in.
2026-03-18 11:19:51 -07:00
..
backend [Fix]: Deal with Result Admin Validation Sentry Noise for TrustedDomains by Nixing Read Validation (#1264) 2026-03-18 11:19:51 -07:00
dashboard chore: update package versions 2026-03-13 13:53:08 -07:00
dev-launchpad chore: update package versions 2026-03-13 13:53:08 -07:00
e2e [Chore][Fix]: Skip Failing CLI Tests, Rework Failing AI Endpoint Validation test (#1258) 2026-03-16 15:35:53 -07:00
hosted-components chore: update package versions 2026-03-13 13:53:08 -07:00
mock-oauth-server chore: update package versions 2026-03-13 13:53:08 -07:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00