sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Sentry SDK for .NET

Results 414 sentry-dotnet issues
Sort by recently updated
recently updated
newest added

### Package Sentry ### .NET Flavor .NET ### .NET Version 9.0 ### OS Android ### SDK Version 4.13.0 ### Self-Hosted Sentry Version _No response_ ### Steps to Reproduce 1. Create...

Bug
Framework: MAUI
AOT
Needs Reproduction
Android

Relates to #1837: - https://github.com/getsentry/sentry-dotnet/issues/1837 This is just mucking around for a couple of hours to see how such an integration might be pieced together. ![image](https://github.com/user-attachments/assets/b7700d13-93fd-4e07-b868-73b742b258e8) # Next Steps If...

The outer `ConfigureScope` call no longer allocates a closure, but this `OnEvaluating` event handler still allocates unconditionally. One solution might be to store `KeyValuePair`s of the callback and its argument...

Performance

What if we read the gcdump, then augment the low memory event with the top offending types Not sure how much memory would take to do this in-memory in a...

We mark the event as `level: warning` but because it's marked as unhandled, across the product is treated like "a crash". ![Image](https://github.com/user-attachments/assets/ab02e9d3-7e98-41cc-9c99-2062ae7c043a) ![Image](https://github.com/user-attachments/assets/a7145fa6-7376-4e9d-b397-38b5993cb5ec) It's best if we omit the handled...

Improvement

- public CaptureLog on IHub and ISentryClient - and/or internal Extension-Methods receiving IHub and ISentryClient - ensure SDK-Name/Version is set correctly, test via Sentry.AspNetCore and Sentry.Maui

.NET

Example event: https://demo.sentry.io/issues/6610741528/?project=4509153190739968&query=is%3Aunresolved%20issue.priority%3A%5Bhigh%2C%20medium%5D&referrer=issue-stream&stream_index=0 ![Image](https://github.com/user-attachments/assets/4a87dafb-2227-4fdd-9d0e-9fa462a50edf)

Framework: MAUI
getsentry/sentry-dotnet
Improvement

### Problem Statement Nowadays lots of developers are using third party libraries components which have their own `Command` properties which can use the MVVM command objects. `AddCommunityToolkitIntegration` should provide a...

Framework: MAUI
Improvement