You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Is it possible to somehow have people create github issues based on crashes? That would be useful for us as an open source project.
The text was updated successfully, but these errors were encountered: