diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 4df778d75..f84e8f865 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,20 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Fixes telemetry attribution for studio-triggered renders: render completion and error events are now logged under the browser user who started the render instead of the preview-server process, so render outcomes correlate with the session that triggered them. + +## Fixes + +- **Telemetry:** Attribute studio renders to the browser user (joinable funnel) ([121cdd2d9](https://github.com/heygen-com/hyperframes/commit/121cdd2d9fbc11c25cd8ea000a3946fc3494d8b7), [#1492](https://github.com/heygen-com/hyperframes/pull/1492)) + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.6.102...v0.6.103). + +