Closed tibuprophen closed 1 year ago
Out of curiosity, Does it also break if you remove the Sentry dependency? I noticed another project having issues with those latest packages for reference: https://github.com/xamarin/Xamarin.Forms/issues/15668
It seems like they introduced a break change with AndroidX packages and Xamarin that was fixed on MonoAndroid 13
Hi it seems more complex. When I remove the Sentry dependency:
I'll try to upload an example very soon, where it breaks only by updating.
Hi after upgrading and downgrading some dependencies, I found the real cause. In my app I use in another dependency the Sentry default package, with version 3.31.0. This seems not to work in combination with Sentry.Xamarin.Forms 1.5.1. But it is strange that Sentry 3.31.0 works with Sentry.Xamarin.Forms 1.4.6.
So you either need to downgrade Sentry.Xamarin.Forms to 1.4.6 to use the latest Sentry or you need to downgrade Sentry to use the latest Sentry.Xamarin.Forms.
The latest working version of Sentry in combination with Sentry.Xamarin is 3.33.0.
So, the solution is to either downgrade Sentry to 3.33.0
or to downgrade Sentry.Xamarin to 1.4.6
Version 1.5.2 was released with support to Sentry 3.33.0. Is this still happening with you?
Hello,
this Issue can be closed. Meanwhile, we've migrated our App to Maui. Since then the Issue is gone. Thank you for your Help!
Environment
Steps to Reproduce
(I'm using Rider, but the setup should be very similar to VS)
Note: Using Sentry.Xamarin.Forms 1.4.6 will work with Sentry 3.31 or higher
Expected Result
No Errors
Actual Result
Thank you for any help and generally your work. Please tell me if you need further information.