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

### Package Sentry ### .NET Flavor .NET ### .NET Version 8.0.0 ### OS Android ### SDK Version 4.12.1 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce 1. Create...

Spicy suggestion. [.NET 6 supports ends in 1 month](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) > .NET 6 | November 8, 2021 | 6.0.35 | October 8, 2024 | LTS | Active | **November 12, 2024**...

.NET Version Support

> @jamescrosswell do we support this now? If so, could you amend the docs? > Docs still only say JS and Python: https://docs.sentry.io/product/insights/requests/#prerequisites-and-limitations > > cc @smeubank (other SDKs also...

Documentation

![image](https://github.com/user-attachments/assets/8c6cbc01-f9ce-4a25-8a18-910d1587921a) Looking at the large runner [here](https://github.com/getsentry/sentry-dotnet/actions/runners), looks like we need to use the right name The goal is not to add `ubuntu-latest-4-cores` everywhere, but add to things that run...

The `Sentry` package as well as the new `Sentry.AspNetCore.Blazor.WebAssembly` work on the browser through wasm. Related work: * https://github.com/getsentry/sentry-dotnet/pull/2569 * https://github.com/getsentry/sentry-dotnet/issues/317 * https://github.com/getsentry/sentry-dotnet/pull/3501 We have a sample in the repo:...

Framework: ASP.NET Core
Framework: Blazor
Enhancement
Platform: Wasm

### Problem Statement General .NET implementations of Sentry support a CacheDirectoryPath option for enabling caching of events, should there be an interruption in Internet connectivity. A Blazor WebAssembly application can...

Feature
Framework: Blazor
Platform: Wasm

### Problem Statement Add support for Sentry's Session Replay: https://sentry.io/for/session-replay/ ### Solution Brainstorm Since this is native, it'll likely be a wrapper over the solution built for: - Android: [https://github.com/getsentry/sentry-java/issues/2476](https://github.com/getsentry/sentry-java/issues/2476)...

Feature
Framework: MAUI

### Problem Statement When building a dotnet android app for Android 15, referencing Sentry.Maui 4.12.1, I get the following warning message: ``` C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\35.0.0-rc.2.152\tools\Xamarin.Android.Common.targets(2113,3): warning XA0141: NuGet package '' version...

Platform: Android

### Problem Statement I have seen that other Sentry SDKs have a way of checking if the last run ended in an unhandled crash. I don't beleive this is currently...