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

Particular case: 1. Have a custom logger and add it to the SDK. 2. Have an exception. 3. Have the Sentry server respond with error `429 - Too Many Requests`....

Feature
log4net

Not introduced in this PR but reading it made me realize and wonder why we have `_ownedClient`, and use it in some methods (`CaptureUserFeedback` and `CaptureSession` but everywhere else we...

Optimization

The [Laravel docs have a section on Distributed Tracing](https://docs.sentry.io/platforms/php/guides/laravel/performance/distributed-tracing/) that explains what people need to do in the front end of their app to pass a propagation id through to...

Documentation
Blocked
Needs Requirements

To avoid hacks like this: We should make sure default diagnostic logging on Android goes to logcat (I believe it should be the case) and that should be available in...

Testing

While adding #2709 I noticed we're causing blocking on the first access to the SDK version. This could be replaced by something source generated so the value is available in...

Optimization

There are various metrics that have already been instrumented in .NET which users might be interested in sending to Sentry: - [Built In Metrics](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics) that are accessible via the [System.Diagnostics.Metrics](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics)...

Product: Metrics

`sentry-cli` is bundled in the SDK adn invoked via msbuild * https://github.com/getsentry/sentry-dotnet/issues/2074 The ticket was resolved but 2 items were not completed: * Uploading [commit info](https://docs.sentry.io/product/cli/releases/#sentry-cli-commit-integration), to unlock [suspect commits](https://docs.sentry.io/product/issues/suspect-commits/)...

Feature

https://github.com/getsentry/team-sdks/issues/41

Feature

> We have already a package, that's only used for older frameworks: > > https://github.com/getsentry/sentry-dotnet/tree/main/src/Sentry.DiagnosticSource#when-shouldnt-i-include-this-package Sentry DiagnosticSource integration - Baked in on `net6.0` and later at the moment System DiagnosticsMetrics...

Product: Metrics

### Package Sentry ### .NET Flavor .NET ### .NET Version 6.0.0 ### OS macOS ### SDK Version 6.0.0 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce Default configuration...

Feature
OpenTelemetry