1
0
Fork 0

Sentry: whitelist another XML error

This commit is contained in:
James Turner 2020-12-18 15:11:33 +00:00
parent 5ad9eafca7
commit df34cb3cd9

View file

@ -66,6 +66,7 @@ auto XML_messageWhitelist = {
"not well-formed (invalid token)", "not well-formed (invalid token)",
"mismatched tag", "mismatched tag",
"syntax error", "syntax error",
"no element found",
"Root element name is" "Root element name is"
}; };