Movatterモバイル変換


[0]ホーム

URL:


.NET Error and Performance Monitoring

Actionable insights to solve .NET errors.

Getting Started is Simple

Install theNuGet package to add the Sentry dependency:

Click to Copy
dotnet add package Sentry

Initialize the SDK as early as possible, like in theMain method inProgram.cs/Program.fs:

Click to Copy
using (SentrySdk.Init(o => { // Tells which project in Sentry to send events to: o.Dsn = "https://<key>@sentry.io/<project>"; // When configuring for the first time, to see what the SDK is doing: o.Debug = true; // Set TracesSampleRate to 1.0 to capture 100% of transactions for Tracing. // We recommend adjusting this value in production. o.TracesSampleRate = 1.0; })){ // App code goes here - Disposing will flush events out}

Check ourdocumentation for the latest instructions.

See all platforms

More than 100K Organizations Trust Sentry with Their Application Monitoring

Github logo
Atlassian logo
Disney logo
Cloudflare logo
Microsoft logo
Lush logo

.NET Error Monitoring with Complete Stack Traces

See .NET stack trace details like filename and line number so you never have to guess. Filter and group .NET exceptions intuitively to eliminate noise. Monitor errors at scale without impacting throughput in production.

.NET Performance Monitoring

Quickly identify .NET performance issues before they become downtime withperformance 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 Errors

Expose the important events that led to each .NET exception: debug logs, network requests, database queries, past errors.

See the Full Picture of Any .NET Exception

With Sentry's exceptional exception handling in .NET, you can triage quickly based on specific parameters like HTTP request, workflow stage, and hostname for each issue. Set custom tags to recreate the error environment relevant to your app, business concerns, and users.

Sentry character illustration

Resolve .NET errors with max efficiency, not max effort

  • Improve workflow with a full view of releases so you can mark errors as resolved and prioritize live issues.
  • Learn in which version a bug first appeared, merge duplicates, and know if things regress in a future release.
  • Add commit data to automatically suggest an owner of each .NETerror and instantly send deploy emails.
Manage releases with Sentry

”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 detailhere and on ourblog.

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 detailshere.

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 ourpricing page.

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

A peek at your privacy

Here’s a quick look at how Sentry handles your personal information (PII).

×

Who we collect PII from

We collect PII about people browsing our website, users of the Sentry service, prospective customers, and people who otherwise interact with us.

What if my PII is included in data sent to Sentry by a Sentry customer (e.g., someone using Sentry to monitor their app)? In this case you have to contact the Sentry customer (e.g., the maker of the app). We do not control the data that is sent to us through the Sentry service for the purposes of application monitoring.

Am I included?

PII we may collect about you

  • PII provided by you and related to your
    • Account, profile, and login
    • Requests and inquiries
    • Purchases
  • PII collected from your device and usage
  • PII collected from third parties (e.g., social media)
Tell me more

How we use your PII

  • To operate our site and service
  • To protect and improve our site and service
  • To provide customer care and support
  • To communicate with you
  • For other purposes (that we inform you of at collection)
How exactly?

Third parties who receive your PII

We may disclose your PII to the following type of recipients:

  • Subsidiaries and other affiliates
  • Service providers
  • Partners (go-to-market, analytics)
  • Third-party platforms (when you connect them to our service)
  • Governmental authorities (where necessary)
  • An actual or potential buyer
What do they do?

We use cookies (but not for advertising)

  • We do not use advertising or targeting cookies
  • We use necessary cookies to run and improve our site and service
  • You can disable cookies but this can impact your use or access to certain parts of our site and service
How can I choose?

Know your rights

You may have the following rights related to your PII:

  • Access, correct, and update
  • Object to or restrict processing
  • Port over
  • Opt-out of marketing
  • Be forgotten by Sentry
  • Withdraw your consent
  • Complain about us
What can I do?

If you have any questions or concerns about your privacy at Sentry, please email us atcompliance@sentry.io

If you are a California resident, see ourSupplemental notice.

Read the full policy

[8]ページ先頭

©2009-2025 Movatter.jp