diff --git a/.changeset/ripe-parents-sing.md b/.changeset/ripe-parents-sing.md deleted file mode 100644 index 3cfc0281..00000000 --- a/.changeset/ripe-parents-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/otel': patch ---- - -Use `req.routePath` to augment spans with the path that handled the request. diff --git a/packages/otel/CHANGELOG.md b/packages/otel/CHANGELOG.md index 55ef96a4..ebc5d277 100644 --- a/packages/otel/CHANGELOG.md +++ b/packages/otel/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/otel +## 0.1.1 + +### Patch Changes + +- [#1113](https://github.com/honojs/middleware/pull/1113) [`362b6701a6ee2843a51c1dfd5877a6164b7474fb`](https://github.com/honojs/middleware/commit/362b6701a6ee2843a51c1dfd5877a6164b7474fb) Thanks [@milohansen](https://github.com/milohansen)! - Use `req.routePath` to augment spans with the path that handled the request. + ## 0.1.0 ### Minor Changes diff --git a/packages/otel/package.json b/packages/otel/package.json index f19e3291..7ddb548d 100644 --- a/packages/otel/package.json +++ b/packages/otel/package.json @@ -1,6 +1,6 @@ { "name": "@hono/otel", - "version": "0.1.0", + "version": "0.1.1", "description": "OpenTelemetry middleware for Hono", "type": "module", "module": "dist/index.js",