Datadog SDK for .NET MAUI
Cross-platform Datadog Mobile SDK for .NET MAUI — logs, Real User Monitoring, and distributed tracing for iOS and Android from one API.
Datadog didn’t have an official .NET MAUI SDK, so mobile teams building cross-platform apps in MAUI had no first-party way to get logs, RUM, or traces into Datadog. This SDK closes that gap: install the Datadog.MAUI.Plugin NuGet package, initialize it once in MauiProgram.cs, and get RUM views/actions, structured logs, and distributed tracing spans from the same API on both iOS and Android.
The harder problem with any mobile SDK is making crash reports and traces actually readable after a release build — mangled MAUI stack traces are useless without the matching symbol files. datadog-maui-symbols is the MSBuild plugin that uploads those symbols to Datadog automatically as part of the build, so a crash in production resolves back to real source lines.