Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentry SDK .net 9 - MAUI #3633

Open
bcaceiro opened this issue Sep 26, 2024 · 2 comments
Open

Sentry SDK .net 9 - MAUI #3633

bcaceiro opened this issue Sep 26, 2024 · 2 comments
Labels
Milestone

Comments

@bcaceiro
Copy link

Problem Statement

Building dotnet maui with .net 9 there are warnings regarding Sentry lib:

NuGet package '' version '' contains a shared library 'libsentry-android.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
NuGet package '' version '' contains a shared library 'libsentry.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
NuGet package '' version '' contains a shared library 'libsentry-android.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
NuGet package '' version '' contains a shared library 'libsentry.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
NuGet package '' version '' contains a shared library 'libsentrysupplemental.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
NuGet package '' version '' contains a shared library 'libsentrysupplemental.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details

Solution Brainstorm

No response

@jamescrosswell
Copy link
Collaborator

Thanks @bcaceiro. We're still working on .NET 9 support and I've associated this with the main ticket that is being used to track progress against that.

I wouldn't recommend using Sentry 4.x with net9.0.

@jamescrosswell jamescrosswell added this to the 5.0.0 milestone Sep 26, 2024
@bcaceiro
Copy link
Author

Thank you for the information @jamescrosswell ! Will keep an eye on updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Status: No status
Development

No branches or pull requests

3 participants