From 6f8c786e1ac3e191f237582d02ea3d0d5c98e8d0 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 3 Nov 2020 21:26:44 +0000 Subject: [PATCH] Sentry: add another XML-error ignore rule --- src/Main/sentryIntegration.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Main/sentryIntegration.cxx b/src/Main/sentryIntegration.cxx index 44313d79c..a220e5454 100644 --- a/src/Main/sentryIntegration.cxx +++ b/src/Main/sentryIntegration.cxx @@ -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