Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG
  • Loading branch information
Kielek committed Sep 29, 2025
commit 4f33ba58af2d0898cf9c35eabcf02c7858009956
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

* **Breaking Change**: This module is no longer responsible for creating activities.
The contract of `TelemetryHttpModuleOptions.OnRequestStartedCallback` was changed
to `Func<HttpContextBase, ActivityContext, Activity?>?`. It means that the consumer
is responsible for providing function returning `Activity`.
([#3151](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/3151))

## 1.12.0-beta.2

Released 2025-Sep-18
Expand Down
10 changes: 10 additions & 0 deletions src/OpenTelemetry.Instrumentation.AspNet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

* Following attributes are available while sampling:
* `http.request.method`,
* `server.address`,
* `server.port`,
* `url.scheme`,
* `url.path`,
* `user_agent.original`,
* `url.query`.
([#3151](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/3151))

## 1.12.0-beta.2

Released 2025-Sep-18
Expand Down