-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
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:
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='AppStore|AnyCPU'">
<Debugger>Xamarin</Debugger>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<EmbedAllSources>true</EmbedAllSources>
<EnableSourceLink>true</EnableSourceLink>
<RunAOTCompilation>False</RunAOTCompilation>
<PublishTrimmed>False</PublishTrimmed>
<AndroidUseAapt2>True</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi>
<AndroidPackageFormat>aab</AndroidPackageFormat>
<AndroidLinkMode>None</AndroidLinkMode>
<Optimize>True</Optimize>
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk>
<UseSentryCLI>true</UseSentryCLI>
<SentryOrg>vesigo-studios</SentryOrg>
<SentryProject>ontime_mobile</SentryProject>
<SentryUploadSymbols>true</SentryUploadSymbols>
<SentryUploadAndroidProguardMapping>true</SentryUploadAndroidProguardMapping>
</PropertyGroup>
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:
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
No status