sentry-dotnet
sentry-dotnet copied to clipboard
Sentry SDK for .NET
### 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...
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.  # 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...
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".   It's best if we omit the handled...
- 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
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 
### 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...