Skip to content

Commit 1147218

Browse files
committed
chore: release browser v0.21.0-next.5
+ instrumentation-exception v0.1.0-next.11 + node-opentelemetry v0.8.0-next.13 + otel-web v0.16.2-next.2 + session-recorder v0.16.2-next.1
1 parent 398e858 commit 1147218

13 files changed

Lines changed: 57 additions & 12 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"early-hotels-notice",
2828
"early-owls-build",
2929
"early-parrots-wait",
30+
"early-toes-try",
3031
"eight-donkeys-judge",
3132
"eleven-feet-appear",
3233
"few-carrots-beg",
@@ -52,6 +53,7 @@
5253
"shaggy-actors-own",
5354
"sharp-chairs-happen",
5455
"silly-bulldogs-stare",
56+
"six-bees-play",
5557
"slow-days-reflect",
5658
"small-zebras-sniff",
5759
"smooth-hornets-smash",

packages/browser/CHANGELOG.md

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

3+
## 0.21.0-next.5
4+
5+
### Patch Changes
6+
7+
- 7ec128c: style: move 'tracer', 'span', 'attributes' args to hint (recordException method)
8+
- 398e858: feat: scripts to bump otel-web + session-recorder versions
9+
- Updated dependencies [7ec128c]
10+
- Updated dependencies [398e858]
11+
- @hyperdx/otel-web@0.16.2-next.2
12+
- @hyperdx/otel-web-session-recorder@0.16.2-next.1
13+
314
## 0.21.0-next.4
415

516
### 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.21.0-next.4",
3+
"version": "0.21.0-next.5",
44
"license": "Apache-2.0",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"dependencies": {
8-
"@hyperdx/otel-web": "0.16.2-next.1",
9-
"@hyperdx/otel-web-session-recorder": "0.16.2-next.0"
8+
"@hyperdx/otel-web": "0.16.2-next.2",
9+
"@hyperdx/otel-web-session-recorder": "0.16.2-next.1"
1010
},
1111
"devDependencies": {
1212
"@rollup/plugin-commonjs": "^24.1.0",

packages/instrumentation-exception/CHANGELOG.md

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

3+
## 0.1.0-next.11
4+
5+
### Patch Changes
6+
7+
- 7ec128c: style: move 'tracer', 'span', 'attributes' args to hint (recordException method)
8+
39
## 0.1.0-next.10
410

511
### Patch Changes

packages/instrumentation-exception/package.json

Lines changed: 1 addition & 1 deletion
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.1.0-next.10",
5+
"version": "0.1.0-next.11",
66
"homepage": "https://www.hyperdx.io",
77
"repository": {
88
"type": "git",

packages/node-opentelemetry/CHANGELOG.md

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

3+
## 0.8.0-next.13
4+
5+
### Patch Changes
6+
7+
- 7ec128c: style: move 'tracer', 'span', 'attributes' args to hint (recordException method)
8+
- Updated dependencies [7ec128c]
9+
- @hyperdx/instrumentation-exception@0.1.0-next.11
10+
311
## 0.8.0-next.12
412

513
### Patch Changes

packages/node-opentelemetry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@hyperdx/node-opentelemetry",
33
"author": "Warren <warren@users.noreply.github.com>",
44
"license": "MIT",
5-
"version": "0.8.0-next.12",
5+
"version": "0.8.0-next.13",
66
"homepage": "https://www.hyperdx.io",
77
"repository": {
88
"type": "git",
@@ -32,7 +32,7 @@
3232
"prettier": "prettier --config .prettierrc --write ."
3333
},
3434
"dependencies": {
35-
"@hyperdx/instrumentation-exception": "^0.1.0-next.9",
35+
"@hyperdx/instrumentation-exception": "^0.1.0-next.11",
3636
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.7",
3737
"@opentelemetry/api": "^1.8.0",
3838
"@opentelemetry/api-logs": "^0.51.1",

packages/otel-web/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hyperdx/otel-web
22

3+
## 0.16.2-next.2
4+
5+
### Patch Changes
6+
7+
- 7ec128c: style: move 'tracer', 'span', 'attributes' args to hint (recordException method)
8+
- 398e858: feat: scripts to bump otel-web + session-recorder versions
9+
- Updated dependencies [7ec128c]
10+
- @hyperdx/instrumentation-exception@0.1.0-next.11
11+
312
## 0.16.2-next.1
413

514
### Patch Changes

packages/otel-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/otel-web",
3-
"version": "0.16.2-next.1",
3+
"version": "0.16.2-next.2",
44
"description": "HyperDX distribution of OpenTelemetry for real user monitoring (RUM)",
55
"scripts": {
66
"start": "npm-run-all -s compile start:_execute",
@@ -48,7 +48,7 @@
4848
],
4949
"dependencies": {
5050
"@babel/runtime": "^7.21.0",
51-
"@hyperdx/instrumentation-exception": "^0.1.0-next.10",
51+
"@hyperdx/instrumentation-exception": "^0.1.0-next.11",
5252
"@opentelemetry/api": "^1.8.0",
5353
"@opentelemetry/core": "^1.24.1",
5454
"@opentelemetry/exporter-trace-otlp-http": "^0.51.1",

packages/otel-web/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is an autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.16.2-next.1';
2+
export const VERSION = '0.16.2-next.2';

0 commit comments

Comments
 (0)