diff --git a/docs/deployment/nativeaot.md b/docs/deployment/nativeaot.md index cc05f58d7..1aee13bda 100644 --- a/docs/deployment/nativeaot.md +++ b/docs/deployment/nativeaot.md @@ -147,7 +147,7 @@ The following table shows the diagnostics support with Native AOT on iOS and Mac | Feature | Fully supported | Partially supported | Not supported | | - | - | - | - | -| [Observability and telemetry](#observability-and-telemetry) | | | Not supported | +| [Observability and telemetry](#observability-and-telemetry) | | Partially supported | | | [Development-time diagnostics](#development-time-diagnostics) | Fully supported | | | | [Native debugging](#native-debugging) | | Partially supported | | | [CPU Profiling](#cpu-profiling) | | Partially supported | | @@ -157,7 +157,7 @@ The following sections provide additional information about this diagnostics sup ### Observability and telemetry -Tracing of .NET MAUI applications on mobile platforms is enabled through [dotnet-dsrouter](/dotnet/core/diagnostics/dotnet-dsrouter) which connects diagnostic tooling with .NET applications running on iOS and Mac Catalyst, over TCP/IP. However, Native AOT is currently not compatible with this scenario as it doesn't support EventPipe/DiagnosticServer components built with the TCP/IP stack. +Tracing of .NET MAUI applications on mobile platforms is enabled through [dotnet-dsrouter](/dotnet/core/diagnostics/dotnet-dsrouter) which connects diagnostic tooling with .NET applications running on iOS and Mac Catalyst, over TCP/IP. However, Native AOT is currently not compatible with this scenario as it doesn't support EventPipe/DiagnosticServer components built with the TCP/IP stack. Observability is still achievable explicitly in the code. ### Development-time diagnostics