Sentry: add another XML-error ignore rule
This commit is contained in:
parent
685a44ed53
commit
6f8c786e1a
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ auto OSG_messageWhitelist = {
|
|||
auto XML_messageWhitelist = {
|
||||
"Cannot open file",
|
||||
"not well-formed (invalid token)",
|
||||
"mismatched tag (from 'SimGear XML Parser')"
|
||||
"mismatched tag (from 'SimGear XML Parser')",
|
||||
"syntax error (from 'SimGear XML Parser')"
|
||||
};
|
||||
|
||||
// we don't want sentry enabled for the test suite
|
||||
|
|
Loading…
Reference in a new issue