-
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
andEnrichWithException
.
Previously, the singleEnrich
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
, orException
. 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.
- Breaking change The
-
NuGet: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule v1.8.0-beta.3
No notable changes.
See CHANGELOG for details.