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

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

enhancement
Platform: .NET

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...

enhancement
Impact: Small
Effort: Small
Platform: .NET

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...

Repository Maintenance

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...

Feature

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...

enhancement
Performance Product
Platform: .NET

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...

Feature
Product: Release Health

### 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...

bug
DiagnosticSource
Platform: .NET

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...

enhancement
Impact: Medium
Effort: Large
Platform: .NET

### 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...

Documentation

See: https://github.com/getsentry/sentry-dotnet/issues/1487

enhancement
Impact: Small
Effort: Medium
Platform: .NET