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

Set up error logging utility when in non-production mode #197

Open
sohkai opened this issue Oct 25, 2018 · 0 comments
Open

Set up error logging utility when in non-production mode #197

sohkai opened this issue Oct 25, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@sohkai
Copy link
Contributor

sohkai commented Oct 25, 2018

Currently there's one usage of debug in aragon-wrapper, but the behaviour of this logging utility is meant more for servers and not frontend bundles (which usually enable logging by default and only turn it off through NODE_ENV=production).

There's a number of places in aragon-wrapper where errors are swallowed silently for lack of a better thing to do. Outside of giving clients more access to those errors (e.g. through an errors observable?), it'd still be nice to log them.

@sohkai sohkai added the enhancement New feature or request label Oct 25, 2018
@stale stale bot added the abandoned label May 31, 2019
@stale stale bot closed this as completed Jun 7, 2019
@sohkai sohkai reopened this Jul 3, 2019
@stale stale bot removed the abandoned label Jul 3, 2019
@stale stale bot added the abandoned label Dec 30, 2019
@stale stale bot closed this as completed Jan 6, 2020
@aragon aragon deleted a comment from stale bot Jan 6, 2020
@bpierre bpierre reopened this Jan 6, 2020
@stale stale bot removed the abandoned label Jan 6, 2020
@aragon aragon deleted a comment from stale bot Jan 6, 2020
@stale stale bot added the abandoned label Jul 4, 2020
@aragon aragon deleted a comment from stale bot Jul 4, 2020
@stale stale bot removed the abandoned label Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants