.NET MAUI Error & Performance Monitoring

Actionable insights to solve .NET MAUI errors.

Want .NET MAUI updates?

Sign up here

By filling out this form, you agree to our privacy policy. You may unsubscribe at any time.

Getting Started is Simple

Add the Sentry dependency:

dotnet add package Sentry.Maui

You configure the SDK in the MauiProgram.cs:

public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp<App>() // Add this section anywhere on the builder: .UseSentry(options => { // The DSN is the only required setting. options.Dsn = "https://<key>@sentry.io/<project>"; // Other Sentry options can be set here. }) // ... the remainder of your MAUI app setup return builder.Build(); }

Check our documentation for the latest instructions.

See all platforms

More than 90K Organizations Trust Sentry with Their Application Monitoring

.NET MAUI Error Monitoring with Complete Stack Traces

See .NET MAUI stack trace details like the class and method names so you never have to guess. Filter and group .NET MAUI exceptions intuitively to eliminate noise. Monitor errors at scale without impacting throughput in production.

.NET MAUI Performance Monitoring

Quickly identify .NET MAUI performance issues before they become downtime with performance monitoring. View the entire end-to-end distributed trace to see the exact, poor-performing API call and surface any related errors.

Fill In The Blanks About .NET MAUI Errors

Expose the important events that led to each .NET MAUI exception: app lifecycle, user actions, debug logs, network requests, past errors.

See the Full Picture of Any .NET MAUI Exception

With Sentry's exceptional exception handling in .NET MAUI, you can triage quickly based on specific parameters like platform, device type, or page name, for each issue. Set custom tags to recreate the error environment relevant to your app, business concerns, and users.

”Sentry's high-quality tooling helps Disney+ maintain high-quality service to its tens of millions of global subscribers.”

Andrew Hay
Director of Engineering at Disney Streaming Services

Is your data secure? You better believe it.

Just look at all the high-quality security features all accounts get, regardless of plan.

  • Two-Factor Auth
  • Single Sign-On support
  • Organization audit log
  • SOC 2 Type II and ISO 27001 certified
  • HIPAA attestation
Learn more about security
  • PII data scrubbing
  • SSL encryption
  • Data Processing Addendum (includes latest EU SCCs)
  • Privacy Shield certified
Learn more about privacy

FAQs

Traditional logging provides you with a trail of events. Some of those events are errors, but many times they’re simply informational. Sentry is fundamentally different because we focus on exceptions, or in other words, we capture application crashes. We discuss in more detail here and on our blog.

When Spring Boot is configured to generate Git information every event triggered by Sentry will have a release field set to the current Git commit ID that will enable Monitor Release Health Sentry feature. More details here.

You can get started for free. Pricing depends on the number of monthly events, transactions, and attachments that you send Sentry. For more details, visit our pricing page.

Supporting Resources

Reddit Customer Story

Improve your 99% latency with 1% effort.
Try Sentry’s .NET MAUI monitoring today.

© 2024 • Sentry is a registered Trademark
of Functional Software, Inc.