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

Exception tracing for production environment with exception code (SHA 256) #15

Open
joamag opened this issue Dec 9, 2016 · 0 comments
Assignees
Labels
enhancement New feature or request p-high High priority issue

Comments

@joamag
Copy link
Contributor

joamag commented Dec 9, 2016

Description

Under production environments the stack-trace (error log) cannot be displayed directly to the end-user (user-agent) because of privacy issues.

The proper way to handle this is to store the stack trace (and other error information) in an external database and then provide the end-user user with an error tracing code (SHA 256) so that he can provide that to customer service and have the error diagnosed.

Solution

  • Rely on an external service like Opbeat to do that
  • Implement our own solution and use a client on Appier Extras
  • Create an entity named Exception that stores all of this information in the data store
@joamag joamag added enhancement New feature or request p-high High priority issue labels Dec 9, 2016
@joamag joamag self-assigned this Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p-high High priority issue
Projects
None yet
Development

No branches or pull requests

1 participant