Skip to content

Commit

Permalink
chore: release cli v0.1.0-next.1
Browse files Browse the repository at this point in the history
+ instrumentation-exception v0.1.0-next.12
+ instruemntation-sentry v0.1.0-next.8
+ node-opentelemetry v0.8.0-next.14
  • Loading branch information
wrn14897 committed Jun 28, 2024
1 parent 72ad2ff commit 3413159
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"curly-garlics-smell",
"curly-pigs-eat",
"curvy-teachers-rest",
"dirty-houses-tease",
"dry-spies-warn",
"early-hotels-notice",
"early-owls-build",
Expand All @@ -38,25 +39,32 @@
"great-rice-sing",
"grumpy-lobsters-reply",
"heavy-toys-enjoy",
"hot-bananas-hear",
"itchy-ladybugs-perform",
"khaki-hornets-compete",
"khaki-melons-mix",
"kind-pants-act",
"late-timers-worry",
"lazy-kangaroos-explain",
"loud-actors-boil",
"loud-paws-film",
"modern-weeks-rhyme",
"nasty-falcons-wait",
"neat-hounds-try",
"nice-beers-change",
"orange-cheetahs-grow",
"orange-poems-peel",
"polite-tools-unite",
"proud-nails-worry",
"shaggy-actors-own",
"sharp-chairs-happen",
"silly-bulldogs-stare",
"silly-ravens-invent",
"six-bees-play",
"slow-days-reflect",
"small-zebras-sniff",
"smooth-hornets-smash",
"spicy-waves-rule",
"strange-parrots-cry",
"strong-months-act",
"stupid-radios-tell",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperdx/cli

## 0.1.0-next.1

### Patch Changes

- 72ad2ff: style: rename apiKey input arg to serviceKey

## 0.1.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperdx/cli",
"version": "0.1.0-next.0",
"version": "0.1.0-next.1",
"description": "HyperDX command line tool",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/instrumentation-exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hyperdx/instrumentation-exception

## 0.1.0-next.12

### Patch Changes

- d332c32: fix: console log uncaught exceptions
- f7183db: fix: rename onuncaughtexception error handler internal tag
- 73a7d84: fix: sdk shutdown exception flushing issue
- Updated dependencies [6b6ddd2]
- Updated dependencies [1b37576]
- @hyperdx/instrumentation-sentry-node@0.1.0-next.8

## 0.1.0-next.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/instrumentation-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hyperdx/instrumentation-exception",
"author": "Warren <[email protected]>",
"license": "Apache-2.0",
"version": "0.1.0-next.11",
"version": "0.1.0-next.12",
"homepage": "https://www.hyperdx.io",
"repository": {
"type": "git",
Expand All @@ -29,7 +29,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.7",
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.8",
"@opentelemetry/core": "^1.24.1",
"@opentelemetry/instrumentation": "^0.51.1",
"@opentelemetry/semantic-conventions": "^1.24.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/instrumentation-sentry-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hyperdx/instrumentation-sentry-node

## 0.1.0-next.8

### Patch Changes

- 6b6ddd2: fix: sentry node instrumentation version support
- 1b37576: fix: check if addIntegration method exists

## 0.1.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation-sentry-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hyperdx/instrumentation-sentry-node",
"author": "Warren <[email protected]>",
"license": "Apache-2.0",
"version": "0.1.0-next.7",
"version": "0.1.0-next.8",
"homepage": "https://www.hyperdx.io",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/node-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hyperdx/node-opentelemetry

## 0.8.0-next.14

### Patch Changes

- 6b6ddd2: fix: sdk double patching issue
- d332c32: fix: console log uncaught exceptions
- f7183db: fix: rename onuncaughtexception error handler internal tag
- 1b37576: fix: check if addIntegration method exists
- 73a7d84: fix: sdk shutdown exception flushing issue
- f84fd61: fix: introduce pino mixin function to handle trace/span id injection issue
- Updated dependencies [6b6ddd2]
- Updated dependencies [d332c32]
- Updated dependencies [f7183db]
- Updated dependencies [1b37576]
- Updated dependencies [73a7d84]
- @hyperdx/instrumentation-sentry-node@0.1.0-next.8
- @hyperdx/instrumentation-exception@0.1.0-next.12

## 0.8.0-next.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/node-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hyperdx/node-opentelemetry",
"author": "Warren <[email protected]>",
"license": "MIT",
"version": "0.8.0-next.13",
"version": "0.8.0-next.14",
"homepage": "https://www.hyperdx.io",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,8 +32,8 @@
"prettier": "prettier --config .prettierrc --write ."
},
"dependencies": {
"@hyperdx/instrumentation-exception": "^0.1.0-next.11",
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.7",
"@hyperdx/instrumentation-exception": "^0.1.0-next.12",
"@hyperdx/instrumentation-sentry-node": "^0.1.0-next.8",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/api-logs": "^0.51.1",
"@opentelemetry/auto-instrumentations-node": "^0.46.1",
Expand Down

0 comments on commit 3413159

Please sign in to comment.