Version Packages#279
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
PR author is in the excluded authors list. |
cfa6f3f to
c5be783
Compare
c5be783 to
a309fa2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@hyperdx/otel-web@0.19.0
Minor Changes
webvitals.navigation_typeandwebvitals.metric_idattributes, so downstream consumers can segment metrics by how the page was
visited (
navigate,reload,back-forward,back-forward-cache,prerender,restore) and correlate multiple values for the same metricinstance. Metrics are also deduped by instance id (
metric.id) instead ofmetric name, so measurements from back/forward-cache restores — which produce a
new metric instance with a new id — are no longer dropped (webvitals spans missing context needed to handle spec-defined API divergences #269).
@hyperdx/otel-web-session-recorder@3.0.0
Minor Changes
rrwebfrom1.1.3to^2.1.0(HDX-4696). rrweb 1.x transitivelypinned
rrweb-snapshot@1.1.14, which is flagged for CVE-2025-45806 (XSS inthe replay-side
rebuild()function, CVSS 6.1). No patched release exists inthe 1.x line, so security scanners flagged every install of
@hyperdx/otel-web-session-recorder. The recorder itself never invokes thevulnerable code path (it only records; replay happens in the HyperDX app,
which already uses the rrweb 2.x line), but this upgrade removes the
vulnerable package from the dependency tree entirely. Also declares the
previously-phantom
@rrweb/typesandrrweb-snapshottype dependencies,since the published type declarations reference them. The recorder's public
API (
init/resume/stop/deinitand configuration options) is unchanged.Patch Changes
@hyperdx/browser@0.24.1
Patch Changes