sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Sentry SDK for .NET

Results 339 sentry-dotnet issues
Sort by recently updated
recently updated
newest added

We currently only have partial information for exceptions captured via OpenTelemetry's `RecordException` like this: ```csharp using var activity = Telemetry.ActivitySource.StartActivity("Funny business"); try { throw new Exception("test activity.RecordException"); } catch (Exception...

OpenTelemetry

Today a OOM exception isn't really actionable. It shows me where it tried to allocated and blew up, which is helpful. But I dunno how much memory it tried to...

Enhancement

Azure Functions Worker docs stuck on `3.33.0-beta.1` ![Screenshot 2024-06-03 at 14 42 33](https://github.com/getsentry/sentry-dotnet/assets/25725783/9f391527-0757-4a1e-887b-27611cc236c8)

Azure
Documentation

Benefits: - Allows us to be optinionated whether UWP is targeted - Wrap the enricher to fix non-available stuff (i.e. in foreground) - Wrap .NET native functionality that is not...

Feature
Framework: UWP
.NET Native

### Package Sentry ### .NET Flavor .NET ### .NET Version 4.6.29511.0 ### OS Windows ### SDK Version 6.4.0 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce Still unclear...

Feature
UWP
.NET Native

This changes the profiler to track tasks across threadpools. It makes use of ActivityComputer, which is [currently only patched in our fork](https://github.com/vaind/perfview/compare/feat/eventpipe-tracelog-streaming...getsentry:perfview:5a57f1044d94f77b74d984199b2bf2f9869721bf#diff-707bb23f66ccf9d959ea54151c895b438323cc36a94ed0218999838e99e0db4f) and not upstream. Also, **there's currently a blocking...

_Originally posted by @tipa in https://github.com/getsentry/sentry-dotnet/issues/3240#issuecomment-2063345520_ Today I received another funny stack trace (it is the raw stack trace) - https://timopartl.sentry.io/issues/5216095235: ``` System.ArgumentException: Value does not fall within the expected...

UWP
.NET Framework
.NET Native

When Sentry moves Metrics to GA we need to change our APIs so that they don't look intentionally so [Experimental](https://github.com/getsentry/sentry-dotnet/blob/main/src/Sentry/ExperimentalMetricsOptions.cs). `ExperimentalMetricsOptions` could be marked as Obsolete and inherit from a...

Product: Metrics

Repro: This commit: [bruno-garcia/cloudflare-dynamic-dns@`8d19d1b` (#2)](https://github.com/bruno-garcia/cloudflare-dynamic-dns/pull/2/commits/8d19d1b7f01e9f6799c6c480c35d668405b6121f) It's a rather small app. The published app (i'm testing publish) has 68 MB untrimmed. Includes the runtime (PublishSingleFile=true). A profile actually gets captured, but...

Product: Profiling

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Calling a REST API enpoint from a .NET MAUI application when the internet connection switches from cellular to wifi, there is an...

Bug
Enhancement