Skip to content

Commit 0bde113

Browse files
Version Packages (#263)
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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/browser@0.24.0 ### Minor Changes - aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options. ### Patch Changes - df0ca02: Move `@babel/runtime` from runtime dependencies to devDependencies. The published CommonJS and ESM output (`dist/cjs/`, `dist/esm/`) is produced by `tsc` and does not reference `@babel/runtime` at all; only the unpublished Rollup IIFE bundle needed it. Keeping it as a runtime dependency forced consumers to install a vulnerable version of `@babel/runtime` (<7.26.10, GHSA-968p-4wvh-cqc8), surfacing as a moderate-severity finding in `npm audit`. With this change, a clean install of `@hyperdx/browser`, `@hyperdx/otel-web`, or `@hyperdx/otel-web-session-recorder` no longer pulls in the vulnerable `@babel/runtime` and `npm audit` is clean. - Updated dependencies [df0ca02] - Updated dependencies [aedb9ea] - @hyperdx/otel-web-session-recorder@2.0.0 - @hyperdx/otel-web@0.18.0 ## @hyperdx/instrumentation-exception@0.3.0 ### Minor Changes - aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options. ### Patch Changes - Updated dependencies [aedb9ea] - @hyperdx/instrumentation-sentry-node@0.2.0 ## @hyperdx/instrumentation-sentry-node@0.2.0 ### Minor Changes - aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options. ## @hyperdx/node-logger@0.5.0 ### Minor Changes - aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options. ## @hyperdx/node-opentelemetry@0.11.0 ### Minor Changes - aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options. ### Patch Changes - Updated dependencies [aedb9ea] - @hyperdx/instrumentation-exception@0.3.0 - @hyperdx/instrumentation-sentry-node@0.2.0 ## @hyperdx/otel-web@0.18.0 ### Minor Changes - aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options. ### Patch Changes - df0ca02: Move `@babel/runtime` from runtime dependencies to devDependencies. The published CommonJS and ESM output (`dist/cjs/`, `dist/esm/`) is produced by `tsc` and does not reference `@babel/runtime` at all; only the unpublished Rollup IIFE bundle needed it. Keeping it as a runtime dependency forced consumers to install a vulnerable version of `@babel/runtime` (<7.26.10, GHSA-968p-4wvh-cqc8), surfacing as a moderate-severity finding in `npm audit`. With this change, a clean install of `@hyperdx/browser`, `@hyperdx/otel-web`, or `@hyperdx/otel-web-session-recorder` no longer pulls in the vulnerable `@babel/runtime` and `npm audit` is clean. - Updated dependencies [aedb9ea] - @hyperdx/instrumentation-exception@0.3.0 ## @hyperdx/otel-web-session-recorder@2.0.0 ### Minor Changes - aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options. ### Patch Changes - df0ca02: Move `@babel/runtime` from runtime dependencies to devDependencies. The published CommonJS and ESM output (`dist/cjs/`, `dist/esm/`) is produced by `tsc` and does not reference `@babel/runtime` at all; only the unpublished Rollup IIFE bundle needed it. Keeping it as a runtime dependency forced consumers to install a vulnerable version of `@babel/runtime` (<7.26.10, GHSA-968p-4wvh-cqc8), surfacing as a moderate-severity finding in `npm audit`. With this change, a clean install of `@hyperdx/browser`, `@hyperdx/otel-web`, or `@hyperdx/otel-web-session-recorder` no longer pulls in the vulnerable `@babel/runtime` and `npm audit` is clean. - Updated dependencies [df0ca02] - Updated dependencies [aedb9ea] - @hyperdx/otel-web@0.18.0
1 parent 47e8c15 commit 0bde113

18 files changed

Lines changed: 114 additions & 42 deletions

File tree

.changeset/remove-babel-runtime-phantom-dep.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/upgrade-otel-v2.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/browser/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @hyperdx/browser
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options.
8+
9+
### Patch Changes
10+
11+
- df0ca02: Move `@babel/runtime` from runtime dependencies to devDependencies. The
12+
published CommonJS and ESM output (`dist/cjs/`, `dist/esm/`) is produced by
13+
`tsc` and does not reference `@babel/runtime` at all; only the unpublished
14+
Rollup IIFE bundle needed it. Keeping it as a runtime dependency forced
15+
consumers to install a vulnerable version of `@babel/runtime` (<7.26.10,
16+
GHSA-968p-4wvh-cqc8), surfacing as a moderate-severity finding in
17+
`npm audit`. With this change, a clean install of `@hyperdx/browser`,
18+
`@hyperdx/otel-web`, or `@hyperdx/otel-web-session-recorder` no longer
19+
pulls in the vulnerable `@babel/runtime` and `npm audit` is clean.
20+
- Updated dependencies [df0ca02]
21+
- Updated dependencies [aedb9ea]
22+
- @hyperdx/otel-web-session-recorder@2.0.0
23+
- @hyperdx/otel-web@0.18.0
24+
325
## 0.23.1
426

527
### Patch Changes

packages/browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@hyperdx/browser",
3-
"version": "0.23.1",
3+
"version": "0.24.0",
44
"license": "Apache-2.0",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"dependencies": {
8-
"@hyperdx/otel-web": "0.17.1",
9-
"@hyperdx/otel-web-session-recorder": "1.0.1"
8+
"@hyperdx/otel-web": "0.18.0",
9+
"@hyperdx/otel-web-session-recorder": "2.0.0"
1010
},
1111
"devDependencies": {
1212
"@rollup/plugin-commonjs": "^24.1.0",

packages/instrumentation-exception/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @hyperdx/instrumentation-exception
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [aedb9ea]
12+
- @hyperdx/instrumentation-sentry-node@0.2.0
13+
314
## 0.2.0
415

516
### Minor Changes

packages/instrumentation-exception/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@hyperdx/instrumentation-exception",
33
"author": "Warren <warren@users.noreply.github.com>",
44
"license": "Apache-2.0",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"homepage": "https://www.hyperdx.io",
77
"repository": {
88
"type": "git",
@@ -32,7 +32,7 @@
3232
"node": ">=22.0.0"
3333
},
3434
"dependencies": {
35-
"@hyperdx/instrumentation-sentry-node": "^0.1.0",
35+
"@hyperdx/instrumentation-sentry-node": "^0.2.0",
3636
"@opentelemetry/core": "^2.7.1",
3737
"@opentelemetry/instrumentation": "^0.218.0",
3838
"@opentelemetry/semantic-conventions": "^1.41.1",

packages/instrumentation-sentry-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperdx/instrumentation-sentry-node
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/instrumentation-sentry-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@hyperdx/instrumentation-sentry-node",
33
"author": "Warren <warren@users.noreply.github.com>",
44
"license": "Apache-2.0",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"homepage": "https://www.hyperdx.io",
77
"repository": {
88
"type": "git",

packages/node-logger/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperdx/node-logger
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- aedb9ea: Upgrade all OpenTelemetry dependencies to latest versions (core/resources/sdk-trace-base/sdk-metrics to ^2.7.1, semantic-conventions to ^1.41.1, api to ^1.9.1). Migrates to v2 APIs: `resourceFromAttributes()` replaces `new Resource()`, updated semantic convention constants, updated resource detectors, and span processors passed via constructor options.
8+
39
## 0.4.0
410

511
### Minor Changes

packages/node-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@hyperdx/node-logger",
33
"author": "Warren <warren@users.noreply.github.com>",
44
"license": "MIT",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"description": "",
77
"homepage": "https://www.hyperdx.io",
88
"repository": {

0 commit comments

Comments
 (0)