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

Don't auto-register the error handler #1

Closed
BobbyMcWho opened this issue Nov 23, 2022 · 1 comment
Closed

Don't auto-register the error handler #1

BobbyMcWho opened this issue Nov 23, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@BobbyMcWho
Copy link
Owner

By auto registering the handler, we don't allow users to configure the behavior.

Things that may want to configure:

  • Backtrace filter: proc that lets users filter out backtrace lines that aren't useful to them
  • Adapter: Right now we write to the tmp/eras/errors.json file. Would we want to support a sqlite or redis adapter?
@BobbyMcWho BobbyMcWho added the enhancement New feature or request label Nov 23, 2022
@BobbyMcWho
Copy link
Owner Author

I think we can config it w/ the config pattern in place, it should be fine to auto register I think

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

1 participant