From df34cb3cd939dd7619ae6cfcb5d578e445682684 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 18 Dec 2020 15:11:33 +0000 Subject: [PATCH] Sentry: whitelist another XML error --- src/Main/sentryIntegration.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main/sentryIntegration.cxx b/src/Main/sentryIntegration.cxx index 3d51e4e4a..e9876c273 100644 --- a/src/Main/sentryIntegration.cxx +++ b/src/Main/sentryIntegration.cxx @@ -66,6 +66,7 @@ auto XML_messageWhitelist = { "not well-formed (invalid token)", "mismatched tag", "syntax error", + "no element found", "Root element name is" };