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

MAUI debug symbols not matching up #3801

Open
sentry-io bot opened this issue Nov 27, 2024 · 2 comments
Open

MAUI debug symbols not matching up #3801

sentry-io bot opened this issue Nov 27, 2024 · 2 comments
Labels
Framework: MAUI .NET Pull requests that update .net code

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 27, 2024

Sentry Feedback: JAVASCRIPT-2WWR

I use dotnet maui and within the NuGet I try to upload the symbols via

hillingar-myteamsafe myteamsafe true true --local true true true

But the sentry version is in the format a.b.c.d instead of a.b.c (xxxxxx) as per the MAUI
3.1.8
610018

Therefore I suspect my debug symbols aren't being associated with my project correctly?

@bruno-garcia
Copy link
Member

The version format is something we could look into. But that shouldn't be related to not finding symbols because symbols are matched by their debug_id.

But why the release format doesn't come out as expected is something we should look into.

@bruno-garcia bruno-garcia added Framework: MAUI .NET Pull requests that update .net code labels Nov 27, 2024
@jamescrosswell
Copy link
Collaborator

I use dotnet maui and within the NuGet I try to upload the symbols via

hillingar-myteamsafe myteamsafe true true --local true true true

I'm not entirely sure what's going on here. These look like some arguments that are being passed to something... but I'm not sure what they're being passed to or how.

But the sentry version is in the format a.b.c.d instead of a.b.c (xxxxxx) as per the MAUI 3.1.8 610018

It seems different application types use different version format... Historically Windows apps have used the Assembly Version format which is a.b.c.d. Do MAUI apps always use the the format a.b.c (dddddd) or does it depend on the platform that you're deploying to? So is this the format used for Android, Linux, Mac OS, iOS and Windows for MAUI apps?

Needs some investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework: MAUI .NET Pull requests that update .net code
Projects
Status: No status
Development

No branches or pull requests

2 participants