Matt Johnson-Pint

Results 429 comments of Matt Johnson-Pint
trafficstars

FYI, I added this to the .NET SDK and found it better to implement when flushing the queue. Just afterwards, to account for discarded events while flushing (rate limiting, etc.)....

Just to respond on this point: > I think that MacCatalyst, anyways, is not widely adopted. I'm pretty sure not many people will use it in combination with .NET MAUI....

Quick update - I've changed the [sentry-dotnet build process](https://github.com/getsentry/sentry-dotnet/blob/main/scripts/build-sentry-cocoa.sh) to take in sentry-cocoa as a submodule, and also take Carthage as a submodule from their [`xcframework-catalyst`](https://github.com/Carthage/Carthage/tree/xcframework-catalyst) branch. At build time...

You're likely experiencing this issue - which happens for any nuget package that contains an iOS native resources zip file, but only when using pair-to-mac on a Windows machine. https://github.com/xamarin/xamarin-macios/issues/16001

@Belphemur - What you described in your last comments would make a lot of sense. If you want to either update this PR, or close and open a new one,...

@CrazyBaran - Thanks for your feedback. However, I believe the correct approach here is to attach db connections to the existing scope rather than the root of the transaction. Queries...

Closed in favor of #2071. Thanks.

Thanks for all your hard work on this! I've merged in `main` to catch up this branch. I'll review in further detail and update failing tests, etc. as soon as...

Can you please post a debug log or other code/output showing the failure?