diff --git a/.github/component-label-map.yml b/.github/component-label-map.yml
index b25b55e78c..c1d1fd9e78 100644
--- a/.github/component-label-map.yml
+++ b/.github/component-label-map.yml
@@ -287,6 +287,10 @@ pkg:propagator-aws-xray-lambda:
- changed-files:
- any-glob-to-any-file:
- packages/propagator-aws-xray-lambda/**
+pkg:instrumentation-browser-navigation:
+ - changed-files:
+ - any-glob-to-any-file:
+ - packages/instrumentation-browser-navigation/**
pkg-status:unmaintained:
- changed-files:
- any-glob-to-any-file:
diff --git a/.github/component_owners.yml b/.github/component_owners.yml
index 85120136a8..f14bda4e05 100644
--- a/.github/component_owners.yml
+++ b/.github/component_owners.yml
@@ -158,6 +158,9 @@ components:
- obecny
packages/plugin-react-load:
- martinkuba
+ packages/instrumentation-browser-navigation:
+ - Abinet18
+ - martinkuba
packages/propagator-instana:
- kirrg001
packages/propagator-ot-trace: []
@@ -166,6 +169,5 @@ components:
- jj22ee
packages/propagator-aws-xray-lambda: [ ]
# Unmaintained
-
ignored-authors:
- renovate-bot
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index c85dd2d8d1..7b70e1671e 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -66,5 +66,6 @@
"packages/propagator-instana": "0.4.3",
"packages/propagator-ot-trace": "0.28.3",
"packages/propagator-aws-xray": "2.1.3",
- "packages/propagator-aws-xray-lambda": "0.55.3"
+ "packages/propagator-aws-xray-lambda": "0.55.3",
+ "packages/instrumentation-browser-navigation": "0.39.0"
}
diff --git a/examples/web/examples/document-load/index.html b/examples/web/examples/document-load/index.html
index b0362bc449..d896513e03 100644
--- a/examples/web/examples/document-load/index.html
+++ b/examples/web/examples/document-load/index.html
@@ -25,6 +25,14 @@
+
+
+
This example demonstrates the Browser Navigation Instrumentation package with enhanced Navigation API support, custom log record data, and comprehensive event tracking.
+ +diff --git a/examples/web/examples/navigation/index.html b/examples/web/examples/navigation/index.html new file mode 100644 index 0000000000..760a392337 --- /dev/null +++ b/examples/web/examples/navigation/index.html @@ -0,0 +1,140 @@ + + + +
+ +
+
+ +