Sentrypad SDK not always catching an exception

Hello, I’m working on integrating your new Sentrypad c++ SDK into our application. Its going well however there’s certain times that an exception will cause a crash dump and other times it will just cause the handler to exit without dumping.

I can’t figure out why this is the case, but the app is a fairly complex multi-threaded application with a Qt 5.9.6 front end. Is there something that could cause the crashpad_handler.exe to miss an exception or get something out of order so it exited before dumping?

UPDATE: this appears to be because QT may not be built with exceptions enabled in Release.

UPDATE: upgrading to QT 5.12 LTS fixed this issue