Re: PSA: Enable KCrash for you application

2024-08-09 Thread Ben Cooksley
On Sat, Aug 10, 2024 at 3:54 AM Joshua Goins wrote: > On Thursday, August 8, 2024 9:06:03 AM EDT Nicolas Fella wrote: > > Hi, > > > > TL;DR: Call KCrash::initialize() after setting up KAboutData > > > > crash reporting via DrKonqi to Bugzilla and Sentry is powered by the > > KCrash framework, whi

Re: PSA: Enable KCrash for you application

2024-08-09 Thread Joshua Goins
On Friday, August 9, 2024 11:54:39 AM EDT Joshua Goins wrote: > Thanks for posting this to the ML Nico. I'm wondering since 24.08 is close > to releasing I want to get KCrash in for some of my applications. We're > past dependency freeze, though. Assuming I do the usual way of using KCrash > (addin

Re: PSA: Enable KCrash for you application

2024-08-09 Thread Joshua Goins
On Thursday, August 8, 2024 9:06:03 AM EDT Nicolas Fella wrote: > Hi, > > TL;DR: Call KCrash::initialize() after setting up KAboutData > > crash reporting via DrKonqi to Bugzilla and Sentry is powered by the > KCrash framework, which acts as the crash handler inside the application. > > To insta