Ticket #193 (new task)
Automatic Error Reporting (Server Side)
| Reported by: | jan | Owned by: | |
|---|---|---|---|
| Priority: | Nice to Have | Milestone: | Backlog |
| Component: | Game engine | Keywords: | |
| Cc: |
Description
A general outline of the server side follows.
- bundle (generated by client side - see #192) is received and given a unique name.
- it is added to the list of pending bug reports.
- periodically, someone could manually wade through them, and file Trac bugs for any that are actually new.
Ideally, this would be automated. Filing trac bugs programmatically ought not be a problem. Classifying them as old or not would require some logic. The error locus can be used as one criteria; the exact message text (if exactly equal, it's a dupe) is another.
If the above automated approach is in place, it would be nice to send back a link to the user showing the Trac ticket's page. They could then see the status of the bug and any workarounds/fixes in the comments.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

