Description
I cannot find any official documentation about adding OTel to a MAUI app.
The general docs are very sparse in information about adding OTel to a client app. Most of the examples are about server apps and it is very easy to fall into the major pitfall of using builder.Services.AddOpenTelemetry() in a MAUI app, which doesn't work because of #2244.
Public API Changes
N/A: docs request
Intended Use-Case
Collecting traces and metrics from client applications in order to diagnose problems