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: Stringify objects for console log sink #16

Merged
merged 4 commits into from
Mar 7, 2023

Commits on Mar 7, 2023

  1. feat: Stringify objects for console log sink

    The consoleLogSink often used with environments that do not print
    object, such as NodeJS and CF Workers. We therefore stringify all
    objects using JSON.stringify.
    
    Closes rocicorp/mono#168
    arv committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d529642 View commit details
    Browse the repository at this point in the history
  2. Also test newNodeLogContext

    arv committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1f07070 View commit details
    Browse the repository at this point in the history
  3. Improved support for Error

    arv committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    68910a2 View commit details
    Browse the repository at this point in the history
  4. Tests require LTS 16+

    arv committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    3a1b22d View commit details
    Browse the repository at this point in the history