Version Packages (#1118)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1119/head
github-actions[bot] 2025-04-10 17:47:54 +09:00 committed by GitHub
parent 362b6701a6
commit ca3cada076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/otel': patch
---
Use `req.routePath` to augment spans with the path that handled the request.

View File

@ -1,5 +1,11 @@
# @hono/otel # @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 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/otel", "name": "@hono/otel",
"version": "0.1.0", "version": "0.1.1",
"description": "OpenTelemetry middleware for Hono", "description": "OpenTelemetry middleware for Hono",
"type": "module", "type": "module",
"module": "dist/index.js", "module": "dist/index.js",