1
0
Fork 0

Sentry: add another message ignore rule

This commit is contained in:
Automatic Release Builder 2020-11-10 11:10:17 +00:00 committed by James Turner
parent caac9fbd75
commit 87d2b03b71

View file

@ -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 = {