Skip to content

Commit ea413ff

Browse files
chore: release main
1 parent 9dfd887 commit ea413ff

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"packages/instrumentation-router": "0.53.0",
6262
"packages/instrumentation-winston": "0.53.0",
6363
"packages/instrumentation-document-load": "0.54.0",
64-
"packages/instrumentation-web-exception": "0.2.0",
64+
"packages/instrumentation-web-exception": "0.2.1",
6565
"packages/instrumentation-long-task": "0.53.0",
6666
"packages/instrumentation-user-interaction": "0.53.0",
6767
"packages/plugin-react-load": "0.40.0",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/instrumentation-web-exception/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-web-exception-v0.2.0...instrumentation-web-exception-v0.2.1) (2025-11-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update otel core experimental to ^0.208.0 ([#3245](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/3245)) ([9dfd887](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/9dfd887dc5770a1aebb95c0f12702a5d4419b6ca))
9+
310
## [0.2.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-web-exception-v0.1.0...instrumentation-web-exception-v0.2.0) (2025-11-24)
411

512

packages/instrumentation-web-exception/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/instrumentation-web-exception",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "OpenTelemetry instrumentation for web exceptions",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",

0 commit comments

Comments
 (0)