Skip to content

chore(repo): version packages#343

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore(repo): version packages#343
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

evlog@2.18.0

Minor Changes

  • #339 31b6b31 Thanks @HugoRCD! - Add log.setLevel(level) to promote the wide event level explicitly without touching the error context.

    log.error(err) populates error: { name, message, stack, ... } from the thrown value. When you want to mark the event as error (or warn) while controlling the error field yourself — typed error codes, no stack, custom shapes — call log.setLevel('error' | 'warn' | 'info' | 'debug') and pair it with log.set({ error: { code: 'PAYMENT_DECLINED' } }). The explicit level wins over the level computed from .error() / .warn().

    log.setLevel("error");
    log.set({
      error: { code: "PAYMENT_DECLINED", reason: "insufficient_funds" },
    });

    Closes #301.

evlog-community-adapter-skeleton@4.0.0

Patch Changes

  • Updated dependencies [31b6b31]:
    • evlog@2.18.0

evlog-community-enricher-skeleton@4.0.0

Patch Changes

  • Updated dependencies [31b6b31]:
    • evlog@2.18.0

evlog-community-framework-skeleton@4.0.0

Patch Changes

  • Updated dependencies [31b6b31]:
    • evlog@2.18.0

@vercel
Copy link
Copy Markdown

vercel Bot commented May 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evlog-docs Ready Ready Preview, Comment, Open in v0 May 10, 2026 7:10pm
just-use-evlog Ready Ready Preview, Comment May 10, 2026 7:10pm

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.

[feature] Set wide-event level manually

0 participants