crashreporter icon indicating copy to clipboard operation
crashreporter copied to clipboard

Report to github

Open jabdoa2 opened this issue 7 years ago • 1 comments

Is it possible to somehow have people create github issues based on crashes? That would be useful for us as an open source project.

jabdoa2 avatar Mar 03 '17 18:03 jabdoa2

It would most likely be possible! All you would need is a python API for github that would allow you to create issues. There is probably a RESTful API for github but I am not certain.

What I would recommend you do is override the CrashReporter class and override the exception_handler() function. In there you can add your code to create a github issue.

Let me know if you have any more questions. I think that would be a cool feature to have!

lobocv avatar Mar 15 '17 01:03 lobocv