Sentry: whitelist one more XML message
This commit is contained in:
parent
9e07b57c45
commit
f5410cee9c
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue