Merge pull request #1011 from honojs/changeset-release/main
Version Packagespull/1013/head @hono/otel@0.1.0
commit
44efa2a048
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/otel': minor
|
||||
---
|
||||
|
||||
Initial OpenTelemetry support with Hono
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue