Merge pull request #1011 from honojs/changeset-release/main

Version Packages
pull/1013/head @hono/otel@0.1.0
Yusuke Wada 2025-03-11 17:17:00 +09:00 committed by GitHub
commit 44efa2a048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/otel': minor
---
Initial OpenTelemetry support with Hono

View File

@ -0,0 +1,7 @@
# @hono/otel
## 0.1.0
### Minor Changes
- [#901](https://github.com/honojs/middleware/pull/901) [`15f3dddc3eea43db8bb1da8bf456c2e79c85a4d6`](https://github.com/honojs/middleware/commit/15f3dddc3eea43db8bb1da8bf456c2e79c85a4d6) Thanks [@dahlia](https://github.com/dahlia)! - Initial OpenTelemetry support with Hono

View File

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