Version Packages
parent
8ee52ec554
commit
f7cdf60217
|
@ -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",
|
"name": "@hono/otel",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "OpenTelemetry middleware for Hono",
|
"description": "OpenTelemetry middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue