Skip to content

Commit cb6de46

Browse files
Version Packages
1 parent 29f16b9 commit cb6de46

17 files changed

Lines changed: 85 additions & 27 deletions

File tree

.changeset/upgrade-otel-v2.md

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

packages/browser/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
- Updated dependencies [aedb9ea]
12+
- @hyperdx/otel-web@0.18.0
13+
- @hyperdx/otel-web-session-recorder@2.0.0
14+
315
## 0.23.1
416

517
### 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": {

packages/node-opentelemetry/CHANGELOG.md

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

3+
## 0.11.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-exception@0.3.0
13+
- @hyperdx/instrumentation-sentry-node@0.2.0
14+
315
## 0.10.5
416

517
### Patch Changes

0 commit comments

Comments
 (0)