sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
Follow up from: https://github.com/getsentry/sentry-dotnet/issues/1955 Goals: - [x] Done on our fork: ~Fix the overhead until https://github.com/microsoft/perfview/issues/1829 is addressed can be a blocker. We need to document this clearly while in...
> While initiating Sentry for MAUI the options.CrashedLastRun is always null. Maybe the following line is run later? > ` options.CrashedLastRun = () => JavaSdk.Sentry.IsCrashedLastRun()?.BooleanValue() is true; ` > >...
See: - https://github.com/getsentry/sentry-dotnet/pull/3903
> Looking at the Trace Propagation documentation page: > > https://docs.sentry.io/platforms/dotnet/guides/aspnet/tracing/trace-propagation/ > > It says to use `Context.StartOrContinueTrace();` for ASP.NET. But this causes transactions to stop working. > > Do...
_Originally posted by @jamescrosswell in [#3836](https://github.com/getsentry/sentry-dotnet/issues/3836#issuecomment-2531149647)_ The SDK includes a `StartOrContinueTrace` method that returns a transaction context but doesn't use that context to start a new transaction... https://github.com/getsentry/sentry-dotnet/blob/3e70c3126515c87b1851b6a9a7afd99ffbb9aeb7/src/Sentry.AspNet/HttpContextExtensions.cs#L60-L130 Under the...
> @bitsandfoxes Microsoft have no plans to fix this in the `SqlDataReader`. The issue has been marked as up for grabs but I'm not sure I'd know enough about the...
We got a fairly reasonable question about how to supply additional information via the MEL integration: - https://github.com/getsentry/sentry-dotnet/issues/3078#issuecomment-1907558686_ Currently [our docs](https://docs.sentry.io/platforms/dotnet/guides/extensions-logging/) don't mention how Logger State (set via `ILogger.BeginScope`) can...
Missing:  Also add to the selector when picking .NET: 
### Problem Statement Our docs here: https://docs.sentry.io/platforms/dotnet/configuration/msbuild/ ... assume you are building the project without Docker. If you are building with Docker, then there are some gotchas that should be...
### Problem Statement The [ASP.NET Core documentation page](https://docs.sentry.io/platforms/dotnet/guides/aspnetcore/) could be much clearer. So could the samples. ### Solution Brainstorm - [x] Lead with the current version of ASP.NET Core. -...