sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
### Problem Statement I have a condition where I have same api in asp.net core for multiple products and I found out the product from domain name on request, is...
## Overview The origin is of type `string` and consists of four parts: `...`. Only the first is mandatory. The parts build upon each other, meaning it is forbidden to...
Microsoft docs: [IAsyncExceptionFilter](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.filters.iasyncexceptionfilter?view=aspnetcore-7.0) This is something [Abp captures](https://github.com/abpframework/abp/blob/79bf5bd2e245a1c3e34a8c52370a5ce2dd6c0184/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ExceptionHandling/AbpExceptionFilter.cs#L57), and when using Sentry, Sentry doesn't. See: https://github.com/abpframework/abp/issues/17581 Should Sentry be capturing this OOTB?
## Problem The change from fixed slfn to generating the list: https://github.com/getsentry/sentry-dotnet/pull/2576/files#diff-46881cdd7821ad7176579363f56637c65f5f5fb0bf7e7ef39e7d6bd8b5e803a6 resulted in missing `Sentry.AspNet` which [stayed on 3.36.0](https://www.nuget.org/packages/Sentry.AspNet/3.36.0) while the rest went on to 3.39.0 (not sure what...
Specify a memory threshold or other trigger (and API) to automatically capture a heap dump Sentry attachment preview can be extended to load: https://github.com/1hub/dotnet-heapview/ https://1hub.github.io/dotnet-heapview/
https://github.com/getsentry/sentry-dotnet/actions/runs/7806480103/attempts/1 ``` Error: Expected options.TransactionProfilerFactory to be , but found Sentry.Profiling.SamplingTransactionProfilerFactory{ }. Failed Sentry.Profiling.Tests.SamplingTransactionProfilerTests.Profiler_ThrowingOnSessionStartup_DoesntBreakSentryInit [1 s] Error Message: Expected options.TransactionProfilerFactory to be , but found Sentry.Profiling.SamplingTransactionProfilerFactory{ }. Stack Trace: at...
### Package Sentry ### .NET Flavor .NET ### .NET Version 8.0 ### OS Any (not platform specific) ### SDK Version 4.0.0 ### Self-Hosted Sentry Version _No response_ ### Steps to...
> Worth profiling this to see the impact. This being ReadOnlySpan and us allocating immutableArray then dictionary from it seems like could show up depending how often this is called....
### Package Sentry ### .NET Flavor .NET ### .NET Version 6.41.3 ### OS Windows ### SDK Version 3.41.3 ### Self-Hosted Sentry Version 24.1.0 ### Steps to Reproduce I am still...
### Package Sentry.Maui ### .NET Flavor .NET ### .NET Version 7.0.49 ### OS iOS ### SDK Version 3.41.3 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce 1. Create...