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
parent
a70d91950f
commit
471cf0580d
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/otel': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Record uncaught exceptions as events attached to the request span
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue