Skip to content

Commit

Permalink
chore: release node-logger v0.2.7-next.0 + node-opentelemetry v
Browse files Browse the repository at this point in the history
0.2.0-next.3
  • Loading branch information
wrn14897 committed Aug 17, 2023
1 parent 366e5c3 commit 61f1f0a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
"few-carrots-rhyme",
"fifty-goats-tell",
"lovely-moons-build",
"poor-dingos-judge",
"rude-rocks-matter",
"shaggy-radios-wave",
"spotty-cooks-rule",
"tame-seals-notice"
"tame-seals-notice",
"violet-cats-marry"
]
}
6 changes: 6 additions & 0 deletions packages/node-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperdx/node-logger

## 0.2.7-next.0

### Patch Changes

- 366e5c3: feat: add getCustomMeta option (pino + winston)

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hyperdx/node-logger",
"author": "Warren <[email protected]>",
"license": "MIT",
"version": "0.2.6",
"version": "0.2.7-next.0",
"description": "",
"homepage": "https://www.hyperdx.io",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/node-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hyperdx/node-opentelemetry

## 0.2.0-next.3

### Patch Changes

- 366e5c3: feat: setTraceAttributes user-facing API
- 366e5c3: feat: add trace attributes to console + logger
- Updated dependencies [366e5c3]
- @hyperdx/node-logger@0.2.7-next.0

## 0.2.0-next.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.2.0-next.2",
"version": "0.2.0-next.3",
"homepage": "https://www.hyperdx.io",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prettier": "prettier --config .prettierrc --write ."
},
"dependencies": {
"@hyperdx/node-logger": "^0.2.6",
"@hyperdx/node-logger": "^0.2.7-next.0",
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.38.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.41.2",
Expand Down

0 comments on commit 61f1f0a

Please sign in to comment.