Skip to content

chore(repo): version packages - #550

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 9, 2026

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.26.0

Minor Changes

  • #556 15b292d Thanks @HugoRCD! - Link PostHog logs to people and session replays, and add a compact OTLP record shape.

    The PostHog adapter now sends posthogDistinctId (from userId) and sessionId as log attributes, which is how PostHog surfaces a log on a person's profile and links it to their session replay. Both sources are configurable and accept dot paths:

    createPostHogDrain({
      distinctIdField: "user.id",
      sessionIdField: "session.id",
    });

    In mode: 'events', events without a resolvable identity are now sent as anonymous PostHog events ($process_person_profile: false) instead of being attributed to a person named after the service. A numeric userId is used as the identifier rather than discarded.

    The otlp, posthog, and hyperdx adapters accept a new recordShape option. 'compact' sends a one-line body (POST /api/checkout (500)) and flattens nested fields into dotted attributes (user.id, ai.costUsd) that backends can filter and break down by:

    createOTLPDrain({ recordShape: "compact" });

    The default stays 'json' — the whole event in the body, one attribute per top-level field — so existing records and the queries built on them are unchanged. 'compact' becomes the default in the next major.

Patch Changes

  • ebed9cf Thanks @HugoRCD! - Qualify the eve turn requestId with its session id.

    eve numbers turns within a session, so turn_0 is the first turn of every session. Recording it as requestId made the field non-unique — every single-turn session produced the same value, which is unusable as a correlation key in a drain. The wide event now reports <sessionId>:<turnId>, and evlogRuntimeContext stamps the same value on the model-call spans so a trace still joins to the event it belongs to. eve.sessionId and eve.turnId are unchanged.

@evlog/cli@0.5.2

Patch Changes

  • #549 9eb98cf Thanks @evlogai! - fix: evlog doctor treats a wired fs drain as a local sink before the first event, and no longer warns when no local sink is configured

  • Updated dependencies [15b292d, ebed9cf]:

    • evlog@2.26.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from de718e3 to 61de91c Compare August 9, 2026 20:43
@vercel

vercel Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
evi Ready Ready Preview Aug 11, 2026 8:10am
evlog-docs Ready Ready Preview, v0 Aug 11, 2026 8:10am
evlog-render-lab Ready Ready Preview Aug 11, 2026 8:10am
evlog-telemetry Ready Ready Preview Aug 11, 2026 8:10am
just-use-evlog Ready Ready Preview Aug 11, 2026 8:10am

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 61de91c to 3d86a72 Compare August 10, 2026 08:07
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3d86a72 to bb3a945 Compare August 10, 2026 08:21
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from bb3a945 to b8da7fd Compare August 10, 2026 17:10
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b8da7fd to 9630cdf Compare August 10, 2026 17:12
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c93eb65 to 462d695 Compare August 10, 2026 21:19
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 462d695 to bfce6e5 Compare August 10, 2026 21:46
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from bfce6e5 to f9b6add Compare August 10, 2026 23:28
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from f9b6add to 44d88dc Compare August 11, 2026 07:31
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.

0 participants