Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a Rat I want an automatically generated error report which may be easily send to the tech rats. #350

Open
6 tasks
UncleClapton opened this issue Jul 22, 2021 · 0 comments
Labels
Meta | Good First Issue 🔰 An issue that is of small scope, and easily handled by a new contributor. Meta | Help Wanted 🚑 An issue in need of further help from another party. Type | Story 📚 An issue that describes a new user-facing feature.

Comments

@UncleClapton
Copy link
Member

Acceptance Criteria

  • A button is displayed on all API Errors which generates an error report from the redux action.
  • This error report MUST:
    • Be uploaded to paste.fuelrats.com
    • Be censored of any sensitive information.
    • Passwords, auth tokens, and emails are the biggest issues. These are in predictable places with predictable keys, however, so it shouldn't be too difficult to catch everything.
  • A method of sending this report should be provided.

Background

We should have an option added to <ApiErrorBox /> which auto-generates error report documents and posts them to {{paste.fuelrats.com}}.

Additional Information

The final method of sending this report is still in flux. just some ideas:

  • Just provide a link to our support email and have the user email the report link to us,
  • Fully generate and submit the report on the server end with a single click.
    • If we do this, the report should be submitted as a helpdesk ticket, and ideally we have a modal open up to have the user submit some basic contact information along with it.
@UncleClapton UncleClapton added Type | Story 📚 An issue that describes a new user-facing feature. Meta | Good First Issue 🔰 An issue that is of small scope, and easily handled by a new contributor. Meta | Help Wanted 🚑 An issue in need of further help from another party. labels Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta | Good First Issue 🔰 An issue that is of small scope, and easily handled by a new contributor. Meta | Help Wanted 🚑 An issue in need of further help from another party. Type | Story 📚 An issue that describes a new user-facing feature.
Projects
None yet
Development

No branches or pull requests

1 participant