Skip to content

Commit fded8b2

Browse files
chore: release main
1 parent 3f53c5d commit fded8b2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.1.0",
64+
"packages/instrumentation-web-exception": "0.2.0",
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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# Changelog
22

3+
## [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-10)
4+
5+
6+
### Features
7+
8+
* **web-exception-instrumentation:** Add instrumentation for web exceptions ([#2751](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2751)) ([79d7415](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/79d7415a5abd78e696a35f5a17dcc31173b02292))
9+
10+
## Changelog

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.1.0",
3+
"version": "0.2.0",
44
"description": "OpenTelemetry instrumentation for web exceptions",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",

0 commit comments

Comments
 (0)