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 ec30b0d5db
commit bb2ef62b5a

View file

@ -65,7 +65,8 @@ auto XML_messageWhitelist = {
"Cannot open file",
"not well-formed (invalid token)",
"mismatched tag (from 'SimGear XML Parser')",
"syntax error (from 'SimGear XML Parser')"
"syntax error (from 'SimGear XML Parser')",
"Root element name is"
};
auto exception_messageWhitelist = {