Skip to content

Commit

Permalink
Merge pull request #161 from evanderkoogh/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (rc)
  • Loading branch information
evanderkoogh authored Sep 4, 2024
2 parents 1969866 + d17d782 commit b38873a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
"strange-moose-fetch",
"strong-monkeys-film",
"tasty-ghosts-tickle",
"ten-trainers-admire",
"thirty-terms-invent",
"tiny-buckets-behave",
"two-oranges-peel",
"violet-bananas-attend",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @microlabs/otel-cf-workers

## 1.0.0-rc.46

### Patch Changes

- 7834157: Include correct version number in the outputted telemetry
- 1969866: EXPERIMENTAL: implement withNextSpan(attrs: Attributes) that will includes those attributes in the next span that is created.
This is useful for adding additional information to spans created by libraries such as when using `fetch` for example.

## 1.0.0-rc.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microlabs/otel-cf-workers",
"version": "1.0.0-rc.45",
"version": "1.0.0-rc.46",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit b38873a

Please sign in to comment.