Skip to content

Commit 03260b3

Browse files
committed
add change log
1 parent dd59032 commit 03260b3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ As of v0.25.1 (2022-01-24) changelog content has moved to separate CHANGELOG.md
55

66
## Unreleased
77

8+
#### :rocket: Enhancement
9+
* **instrumentation-browser-navigation:** Add new browser navigation instrumentation package v0.1.0
10+
811
## 0.25.0
912

1013
#### :bug: Bug Fix
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- markdownlint-disable MD007 MD034 -->
2+
# Changelog
3+
4+
## [0.1.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-browser-navigation-v0.0.0...instrumentation-browser-navigation-v0.1.0) (2025-12-03)
5+
6+
### Features
7+
8+
* **instrumentation-browser-navigation:** add new browser navigation instrumentation package
9+
* Tracks browser navigation events including page loads and same-document navigations
10+
* Supports both Navigation API and traditional browser APIs (pushState, replaceState, popstate, hashchange)
11+
* Configurable URL sanitization with default credential and sensitive parameter removal
12+
* Comprehensive semantic conventions for navigation attributes (url.full, browser.navigation.same_document, browser.navigation.hash_change, browser.navigation.type)
13+
* Feature detection for Navigation API with graceful fallback to traditional APIs

0 commit comments

Comments
 (0)