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

Create OOTB support for our caches module: https://develop.sentry.dev/sdk/performance/modules/queues/ Part of: https://github.com/getsentry/team-sdks/issues/63

Feature
Product: Performance
Starfish

### Package Other ### .NET Flavor .NET Core ### .NET Version 8.0.5 ### OS Any (not platform specific) ### SDK Version 4.7.0 ### Self-Hosted Sentry Version _No response_ ### Steps...

Bug
Product: CRONS

When offline, the `CachingTransport` will leave envelopes stuck in `__processing`. Even if the client goes online again and starts sending new events, the old ones remain there. Only during restart...

Bug
Offline Caching

### Package Sentry.AspNetCore ### .NET Flavor .NET ### .NET Version 6.0.0 ### OS Any (not platform specific) ### SDK Version 4.4.0 ### Self-Hosted Sentry Version _No response_ ### Steps to...

Feature
Product: Performance

Resolves https://github.com/getsentry/sentry-dotnet/issues/3433 This is intended to be a more comprehensive fix to https://github.com/getsentry/sentry-dotnet/pull/3432. ## Transaction Benchmark results Using the WCF data structure results in a TransactionTracer that is both slightly...

A customer on ASP.NET Core said that when they are out of performance quota, some errors are not captured. Looking at an event, it's going through this middleware: That's here:...

Bug
Needs Reproduction

We appear to be using `ConcurrentBag` in ways it possibly wasn't designed for and this may be the cause of a memory leak we discovered. We should investigate using a...

We have a chore(deps) PR that bumps the CocoaSDK from v8.10.0 to v8.11.0. It looks like although this bumps the CocoaSDK, it hasn't recompiled our bindings and committed the updated...

Repository Maintenance

### Background: To further simplfiy ignoring certain events from being sent to sentry, it is also suggested to provide `ignoreTransactions` and `ignoreErrors` More info here develop docs updated: https://develop.sentry.dev/sdk/features/#event-sampling -...

Feature
Good First Issue

### Package Sentry.AspNet ### .NET Flavor .NET Framework ### .NET Version 4.6.1 ### OS Windows ### SDK Version 3.41.4 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce 1....

ASP.NET