-
Notifications
You must be signed in to change notification settings - Fork 10
Logging as NPM module #1
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
Conversation
Hi @pavlovcik the dependencies looks fine, NPM package builds. I need still to test and publish from my fork though and see if it can be correctly imported and built, therefore I set this pull request still as a draft. |
@pavlovcik pull request ready for the review. Package correctly exported:
QA build with import from 0x4007/ubiquibot#60 builds without errors:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I'm unsure how we can decouple the GitHub comments from this but the main reusable portion is 1. Supabase logging and 2. The nice colored and formatted outputs.
My vision is to be able to reuse these for all of our projects, perhaps bundling with @ubiquity/ts-template
Logging fatal
errors I expect will expedite triage for any fatal issues of our products.
It will be nifty to integrate that with a telegram bot to post in a triage group chat for go live. Perhaps even automatically creating and funding issues on GitHub as well.
Resolves ubiquity/ubiquibot#899