sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
A SentryClient can be used stand-alone. All event data is applied through the client. This rule is broken for transactions: https://github.com/getsentry/sentry-dotnet/blob/d25c97f0e5c77b520e30877444e93a9147afb9cd/src/Sentry/Internal/Hub.cs#L223
I've been searching for quite a while how to make Serilog and Sentry work together in a WorkerService environment (.net core > 3) I've come to the conclusion that this...
In order to restore `git submodule` before running the first build through `dotnet build`, ideally we'd hook into `ValidateSolutionConfiguration`. That wasn't possible (see https://github.com/dotnet/msbuild/issues/6452) so as a work around we...
Currently we block Init to flush envelopes if there's anything on disk. Since the introduction of other envelope item types, we could be blocking `Init` for up to `InitCacheFlushTimeout` to...
When a transaction is finished, the SDK tries to send the data to Sentry. If an open Span (one that was not finished) exist in that transaction, the SDK removes...
When a session ends due to a timeout (on `ResumeSessions`), two session updates out of as a result. These two could be added to the same envelope and avoid 1...
### Environment ``` .net 6 ``` ### Steps to Reproduce 1. Configure aspnet project to use Sentry tracing (`app.UseSentryTracing()`) 2. Create controller that creates EF DB context and queries something...
This issue will keep track of APIs that we want to remove in the next major release (4.0.0). Will keep this open and update as we find them. See https://github.com/getsentry/sentry-dotnet/blob/main/test/Sentry.Tests/ApiApprovalTests.Run.DotNet6_0.verified.txt...
### Environment How do you use Sentry? Sentry SaaS Which SDK and version? - Sentry.AspNetCore 3.13.0 - Microsoft.AspNetCore 5.0.0 - .NET 5.0 ### Steps to Reproduce 1. Set my Website...
See: https://github.com/getsentry/sentry-dotnet/issues/1487