-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error reporting #29
Comments
Is there no existing stuff for journald? We had some logging stuff we started using in the API which we could maybe reuse. https://github.com/hyphacoop/api.distributed.press/blob/main/api/index.ts#L68 |
Are they sent over to a monitoring system? |
At the moment I don't think so? cc @ASoTNetworks thoughts on how we can aggregate these sorts of logs? |
github-project-automation
bot
moved this to Needs triage
in Distributed Press Organizing
May 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'd be great to track JS errors somewhere. Sometimes I need to debug an issue and the errors reported on journald are too limited, and awkward to parse.
I don't have a preference for platform though, and most are paid anyway. We've used Sentry for another project, and at Sutty what we did is emulate the Airbrake API to report backtraces as private issues on our Gitlab repo.
The text was updated successfully, but these errors were encountered: