diff --git a/.changeset/rude-squids-shout.md b/.changeset/rude-squids-shout.md deleted file mode 100644 index 3db0124d..00000000 --- a/.changeset/rude-squids-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/otel': patch ---- - -Record uncaught exceptions as events attached to the request span diff --git a/packages/otel/CHANGELOG.md b/packages/otel/CHANGELOG.md index 42c37019..dbf2ea27 100644 --- a/packages/otel/CHANGELOG.md +++ b/packages/otel/CHANGELOG.md @@ -1,5 +1,11 @@ # @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 ### Minor Changes diff --git a/packages/otel/package.json b/packages/otel/package.json index a5e79c41..24419962 100644 --- a/packages/otel/package.json +++ b/packages/otel/package.json @@ -1,6 +1,6 @@ { "name": "@hono/otel", - "version": "0.2.0", + "version": "0.2.1", "description": "OpenTelemetry middleware for Hono", "type": "module", "module": "dist/index.js",