Skip to content

Commit 3413159

Browse files
committed
chore: release cli v0.1.0-next.1
+ instrumentation-exception v0.1.0-next.12 + instruemntation-sentry v0.1.0-next.8 + node-opentelemetry v0.8.0-next.14
1 parent 72ad2ff commit 3413159

File tree

9 files changed

+57
-7
lines changed

9 files changed

+57
-7
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"curly-garlics-smell",
2424
"curly-pigs-eat",
2525
"curvy-teachers-rest",
26+
"dirty-houses-tease",
2627
"dry-spies-warn",
2728
"early-hotels-notice",
2829
"early-owls-build",
@@ -38,25 +39,32 @@
3839
"great-rice-sing",
3940
"grumpy-lobsters-reply",
4041
"heavy-toys-enjoy",
42+
"hot-bananas-hear",
4143
"itchy-ladybugs-perform",
4244
"khaki-hornets-compete",
45+
"khaki-melons-mix",
4346
"kind-pants-act",
4447
"late-timers-worry",
4548
"lazy-kangaroos-explain",
4649
"loud-actors-boil",
50+
"loud-paws-film",
4751
"modern-weeks-rhyme",
4852
"nasty-falcons-wait",
53+
"neat-hounds-try",
4954
"nice-beers-change",
5055
"orange-cheetahs-grow",
5156
"orange-poems-peel",
5257
"polite-tools-unite",
58+
"proud-nails-worry",
5359
"shaggy-actors-own",
5460
"sharp-chairs-happen",
5561
"silly-bulldogs-stare",
62+
"silly-ravens-invent",
5663
"six-bees-play",
5764
"slow-days-reflect",
5865
"small-zebras-sniff",
5966
"smooth-hornets-smash",
67+
"spicy-waves-rule",
6068
"strange-parrots-cry",
6169
"strong-months-act",
6270
"stupid-radios-tell",

packages/cli/CHANGELOG.md

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

3+
## 0.1.0-next.1
4+
5+
### Patch Changes
6+
7+
- 72ad2ff: style: rename apiKey input arg to serviceKey
8+
39
## 0.1.0-next.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperdx/cli",
3-
"version": "0.1.0-next.0",
3+
"version": "0.1.0-next.1",
44
"description": "HyperDX command line tool",
55
"publishConfig": {
66
"access": "public"

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.1.0-next.12
4+
5+
### Patch Changes
6+
7+
- d332c32: fix: console log uncaught exceptions
8+
- f7183db: fix: rename onuncaughtexception error handler internal tag
9+
- 73a7d84: fix: sdk shutdown exception flushing issue
10+
- Updated dependencies [6b6ddd2]
11+
- Updated dependencies [1b37576]
12+
- @hyperdx/instrumentation-sentry-node@0.1.0-next.8
13+
314
## 0.1.0-next.11
415

516
### Patch 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.1.0-next.11",
5+
"version": "0.1.0-next.12",
66
"homepage": "https://www.hyperdx.io",
77
"repository": {
88
"type": "git",
@@ -29,7 +29,7 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.7",
32+
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.8",
3333
"@opentelemetry/core": "^1.24.1",
3434
"@opentelemetry/instrumentation": "^0.51.1",
3535
"@opentelemetry/semantic-conventions": "^1.24.1",

packages/instrumentation-sentry-node/CHANGELOG.md

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

3+
## 0.1.0-next.8
4+
5+
### Patch Changes
6+
7+
- 6b6ddd2: fix: sentry node instrumentation version support
8+
- 1b37576: fix: check if addIntegration method exists
9+
310
## 0.1.0-next.7
411

512
### Patch 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-next.7",
5+
"version": "0.1.0-next.8",
66
"homepage": "https://www.hyperdx.io",
77
"repository": {
88
"type": "git",

packages/node-opentelemetry/CHANGELOG.md

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

3+
## 0.8.0-next.14
4+
5+
### Patch Changes
6+
7+
- 6b6ddd2: fix: sdk double patching issue
8+
- d332c32: fix: console log uncaught exceptions
9+
- f7183db: fix: rename onuncaughtexception error handler internal tag
10+
- 1b37576: fix: check if addIntegration method exists
11+
- 73a7d84: fix: sdk shutdown exception flushing issue
12+
- f84fd61: fix: introduce pino mixin function to handle trace/span id injection issue
13+
- Updated dependencies [6b6ddd2]
14+
- Updated dependencies [d332c32]
15+
- Updated dependencies [f7183db]
16+
- Updated dependencies [1b37576]
17+
- Updated dependencies [73a7d84]
18+
- @hyperdx/instrumentation-sentry-node@0.1.0-next.8
19+
- @hyperdx/instrumentation-exception@0.1.0-next.12
20+
321
## 0.8.0-next.13
422

523
### Patch Changes

packages/node-opentelemetry/package.json

Lines changed: 3 additions & 3 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.13",
5+
"version": "0.8.0-next.14",
66
"homepage": "https://www.hyperdx.io",
77
"repository": {
88
"type": "git",
@@ -32,8 +32,8 @@
3232
"prettier": "prettier --config .prettierrc --write ."
3333
},
3434
"dependencies": {
35-
"@hyperdx/instrumentation-exception": "^0.1.0-next.11",
36-
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.7",
35+
"@hyperdx/instrumentation-exception": "^0.1.0-next.12",
36+
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.8",
3737
"@opentelemetry/api": "^1.8.0",
3838
"@opentelemetry/api-logs": "^0.51.1",
3939
"@opentelemetry/auto-instrumentations-node": "^0.46.1",

0 commit comments

Comments
 (0)