From 87d2b03b71d16d6c5fae9fbe0752571382d12d11 Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Tue, 10 Nov 2020 11:10:17 +0000 Subject: [PATCH] Sentry: add another message 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 d1196c895..ab7d916a9 100644 --- a/src/Main/sentryIntegration.cxx +++ b/src/Main/sentryIntegration.cxx @@ -56,7 +56,8 @@ auto OSG_messageWhitelist = { "PNG lib warning : iCCP: known incorrect sRGB profile", "PNG lib warning : iCCP: profile 'ICC Profile': 1000000h: invalid rendering intent", "osgDB ac3d reader: detected surface with less than 3", - "osgDB ac3d reader: detected line with less than 2" + "osgDB ac3d reader: detected line with less than 2", + "Detected particle system using segment(s) with less than 2 vertices" }; auto XML_messageWhitelist = {