I dig into this a bunch today, and while I've resolved the issue in my testing environment and created bug 1632842 the tile of the bug is quite a mouthful.
This is because the title of the bug ends up using the signature, which in the Error Tracker is the whole traceback.
apport has a standard_title function in apport/report.py and that would be an improvement but that requires ExecutablePath which isn't in the metadata table which is used to create the report.
I dig into this a bunch today, and while I've resolved the issue in my testing environment and created bug 1632842 the tile of the bug is quite a mouthful.
This is because the title of the bug ends up using the signature, which in the Error Tracker is the whole traceback.
apport has a standard_title function in apport/report.py and that would be an improvement but that requires ExecutablePath which isn't in the metadata table which is used to create the report.