Skip to content

Commit

Permalink
Correct documentation on observability support with Native AOT on iOS…
Browse files Browse the repository at this point in the history
… and Mac Catalyst (#2619)

Co-authored-by: David Britch <[email protected]>
  • Loading branch information
ivanpovazan and davidbritch authored Nov 13, 2024
1 parent 504efe2 commit d9cf7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/nativeaot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | | | <span aria-hidden="true"></span><span class="visually-hidden">Not supported</span> |
| [Observability and telemetry](#observability-and-telemetry) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
| [Development-time diagnostics](#development-time-diagnostics) | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
| [Native debugging](#native-debugging) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
| [CPU Profiling](#cpu-profiling) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
Expand All @@ -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

Expand Down

0 comments on commit d9cf7a9

Please sign in to comment.