Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catch xml ParseError in [DynamicXml] badge #10516

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

chris48s
Copy link
Member

@chris48s chris48s commented Sep 7, 2024

So we deployed #10481
and a few of these popped up
https://shields.sentry.io/issues/5811374190
#10481 (comment)
This is not a completely new source of error. For example
https://shields.sentry.io/issues/4386982653
has been happening occasionally for a while.
I'm not really sure exactly what input triggers either of those and we might still end up making further changes following #10481 (comment)
but fundamentally, a document that doesn't parse shouldn't be an unhandled error on an endpoint where we accept arbitrary input. So lets fix that.

@chris48s chris48s added the service-badge Accepted and actionable changes, features, and bugs label Sep 7, 2024
Copy link
Contributor

github-actions bot commented Sep 7, 2024

Warnings
⚠️ This PR modified service code for dynamic but not its test code.
That's okay so long as it's refactoring existing code.
Messages
📖 ✨ Thanks for your contribution to Shields, @chris48s!

Generated by 🚫 dangerJS against dc598f6

@chris48s chris48s merged commit cf656d3 into badges:master Sep 7, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service-badge Accepted and actionable changes, features, and bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant