BugSnag integration

delphi package - automated exception handling
Post Reply
indyrhett
Posts: 6
Joined: Tue Dec 03, 2013 5:19 pm

BugSnag integration

Post by indyrhett »

Has anyone figured out how to use BugSnag with MadExcept? (Like we do now with Logify)

Thanks,

Rhett Price
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: BugSnag integration

Post by madshi »

Well, you can always use RegisterExceptActionHandler, check for "eaSendBugReport", and then use your own custom code to contact BugSnag? In your RegisterExceptActionHandler, you have full access to all the exception information etc through the "exceptIntf: IMEException" parameter.
indyrhett
Posts: 6
Joined: Tue Dec 03, 2013 5:19 pm

Re: BugSnag integration

Post by indyrhett »

Thanks, I will give that a try.

- Rhett
Post Reply