Skip to content

Instrumentation.AspNet-1.8.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 04:34
· 77 commits to main since this release
Instrumentation.AspNet-1.8.0-beta.3
fc75ce2
  • NuGet: OpenTelemetry.Instrumentation.AspNet v1.8.0-beta.3

    • Breaking change The Enrich callback option has been removed.
      For better usability, it has been replaced by three separate options:
      EnrichWithHttpRequest, EnrichWithHttpResponse and EnrichWithException.
      Previously, the single Enrich callback required the consumer to detect
      which event triggered the callback to be invoked (e.g., request start,
      response end, or an exception) and then cast the object received to the
      appropriate type: HttpRequest, HttpResponse, or Exception. The separate
      callbacks make it clear what event triggers them and there is no longer the
      need to cast the argument to the expected type.
      (#1824)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.8.0-beta.3

    No notable changes.

    See CHANGELOG for details.