Skip to content

Commit 416ff89

Browse files
chore(main): release browser-instrumentation 0.2.0 (#203)
Co-authored-by: otelbot-browser[bot] <268703318+otelbot-browser[bot]@users.noreply.github.com>
1 parent ba644ce commit 416ff89

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/instrumentation": "0.1.0"
2+
"packages/instrumentation": "0.2.0"
33
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/open-telemetry/opentelemetry-browser/compare/browser-instrumentation-v0.1.0...browser-instrumentation-v0.2.0) (2026-03-19)
4+
5+
6+
### Features
7+
8+
* **navigation-timing:** emit partial entry when retries exhaust instead of silently dropping ([#206](https://github.com/open-telemetry/opentelemetry-browser/issues/206)) ([ba644ce](https://github.com/open-telemetry/opentelemetry-browser/commit/ba644ce64524a57430738932fb1a4afefdd41b99))
9+
10+
11+
### Bug Fixes
12+
13+
* **instrumentation/navigation-timing:** use declare with class fields to fix not emitting ([#205](https://github.com/open-telemetry/opentelemetry-browser/issues/205)) ([bcae36b](https://github.com/open-telemetry/opentelemetry-browser/commit/bcae36b7e644476b33678e78dd1d6a08b060167b))
14+
* **instrumentation:** export config types from navigation-timing and user-action ([#199](https://github.com/open-telemetry/opentelemetry-browser/issues/199)) ([2aae5c2](https://github.com/open-telemetry/opentelemetry-browser/commit/2aae5c265eb720146fb4c0a7e8f69484b60a5c7d))
15+
* use dynamic version from package.json in instrumentations ([#194](https://github.com/open-telemetry/opentelemetry-browser/issues/194)) ([4edcb62](https://github.com/open-telemetry/opentelemetry-browser/commit/4edcb62c876cb0c5940957da1e91bd5767631afb))

packages/instrumentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/browser-instrumentation",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "OpenTelemetry browser instrumentations.",
55
"keywords": [
66
"opentelemetry",

0 commit comments

Comments
 (0)