github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.AspNet-1.8.0-beta.3

  • 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.

Don't miss a new opentelemetry-dotnet-contrib release

NewReleases is sending notifications on new releases.