1
0
Fork 0

Sentry: whitelist one more XML message

This commit is contained in:
James Turner 2020-12-28 17:20:28 +00:00
parent 9e07b57c45
commit f5410cee9c

View file

@ -67,7 +67,9 @@ auto XML_messageWhitelist = {
"mismatched tag",
"syntax error",
"no element found",
"Root element name is"
"Root element name is",
"XML or text declaration not at start of entity",
"Failed to open file"
};
auto exception_messageWhitelist = {