Version Packages (#1192)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1193/head @hono/otel@0.2.1
github-actions[bot] 2025-06-08 11:34:45 +09:00 committed by GitHub
parent a70d91950f
commit 471cf0580d
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
---
Record uncaught exceptions as events attached to the request span

View File

@ -1,5 +1,11 @@
# @hono/otel # @hono/otel
## 0.2.1
### Patch Changes
- [#1191](https://github.com/honojs/middleware/pull/1191) [`a70d91950f8c66201711ffc5d8505979f0403332`](https://github.com/honojs/middleware/commit/a70d91950f8c66201711ffc5d8505979f0403332) Thanks [@Kazy](https://github.com/Kazy)! - Record uncaught exceptions as events attached to the request span
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View File

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