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

feat: add a new logger package #146

Closed
wants to merge 7 commits into from
Closed

feat: add a new logger package #146

wants to merge 7 commits into from

Conversation

dasfmi
Copy link
Collaborator

@dasfmi dasfmi commented Feb 9, 2024

create a new logger package that would allow devs to build on top of it and support multiple js frameworks.

goals:

  • logger to be installed separately, makes use of @axiomhq/js as a transport
  • ability to pass transformers to the logger, so different integrations can have their own ways to attach data to a log
  • logger should be agnostic to environments and integrations, it purely prepares the log to be ingested and provides shortcut methods to do so.

it is not used anywhere yet, so maybe we should create another package that uses it in order to do proper testing?

create a new logger package that would allow devs to build on top
of it and support multiple js frameworks.
@dasfmi
Copy link
Collaborator Author

dasfmi commented Sep 20, 2024

Closing this as its not needed at the moment.

@dasfmi dasfmi closed this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants