-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
[.NET MAUI] JSON showing unknown_image and Android event lacks line and column numbers #3985
Comments
Thanks @souredoutlook - I take it this is the same issue as #3983, in which case, see the comment I made in that issue. PS: I don't have access to your Sentry project, so I can't see that event. You can, however, export/save the event as a JSON file from Sentry (if you're comfortable sharing that). |
Just an update, I've identified the issue here. All that's left to do now is implement the solution. For details, see the parent issue: |
Could it also affect iOS @jamescrosswell ? |
Not this issue no - this is caused by a change in the way Android APK files are stored in net9.0-android vs previous android TFMs... so specific to Android. Symbolication won't work on iOS with Mono AOT. Could that be related? |
Package
Sentry
.NET Flavor
Xamarin
.NET Version
9.02
OS
Android
SDK Version
5.1.1
Self-Hosted Sentry Version
saas
Steps to Reproduce
with this csproj config:
There are no line or column numbers being shown in the events - native events are working as expected.
Expected Result
Events are paired up with uploaded images
Actual Result
Not symbolicating correctly, example:
https://vesigo-studios.sentry.io/issues/6309002628/events/2905a706b763497ca82e1933ae93ee6b/?project=4508716749684736
The text was updated successfully, but these errors were encountered: