sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
Integrates MAUI TestUtils, as mentioned in https://github.com/dotnet/maui/issues/3552#issuecomment-1129717167 and https://github.com/dotnet/xharness/issues/738 Some tests still fail, see e.g. https://github.com/getsentry/sentry-dotnet/pull/1703#issuecomment-1174010891 so I've enabled `continue-on-error` for the Android test run and I suggest creating a...
### Problem Statement Integrations such as `SentryHttpMesageHandler` rely on ``` _hub.GetSpan()?.StartChild ``` to create a span. This on the Hub today is wired as: ``` public ISpan? GetSpan() => Transaction?.GetLastActiveSpan()...
Starting from a sample to see what hooks we need. The goal is to create a new package `Sentry.Wpf` that already hooks to `DispatcherUnhandledException`. Additionally it would set up offline...
We should now be able to run tests in parallel again. A few test collections updated (and one test moved). xUnit uses test collections to control parallelization. Tests in the...
### Problem Statement Similar to the Java issue: https://github.com/getsentry/sentry-java/issues/2205 https://develop.sentry.dev/sdk/performance/dynamic-sampling-context/ ### Solution Brainstorm * Add support for baggage propagation for HTTP libraries (HttpMessageHandler). * Read incoming baggage from requests in...
### Environment How do you use Sentry? SaaS and Self Hosted. Which SDK and version? latest. ### Steps to Reproduce Only happens with the caching feature. run the snippet ```csharp...
### Package Sentry.AspNetCore ### .NET Flavor .NET Core ### .NET Version 6.0.5 ### OS Linux ### SDK Version 3.16.0 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce No...
.NET 7
Should we add a target for .NET 7? When? At minimum, we should at least make sure we can be *used* in a .NET 7 project, even if we're only...
- [ ] Performance monitoring for screen loading (https://github.com/getsentry/sentry-dotnet/issues/1074), - [ ] Transaction annotations ([see spec](https://develop.sentry.dev/sdk/event-payloads/transaction/#transaction-annotations)) - [ ] [Mobile Vitals](https://docs.sentry.io/product/performance/mobile-vitals/), including app start time instrumentation - [ ] DB...
Via https://github.com/getsentry/sentry-dotnet/issues/243#issuecomment-512765192 This is currently supported in SharpRaven, and should be supported in sentry-dotnet to support migration to the new SDK.