Replies: 4 comments 13 replies
-
Hey @tranb3r,
When enabling LLVM, I'm not seeing any debug information files that could be used to symbolicate native code... I've started this discussion in the dotnet/maui repo to see if I can get a bit more information on how we could do this: If you can upvote that discussion, it might help us get an answer more quickly. |
Beta Was this translation helpful? Give feedback.
-
I think this should work. The Sentry Docs talk about various built in symbol servers that Sentry uses @bitsandfoxes @bruno-garcia can you think of any caveats to this or why/when this might not work? |
Beta Was this translation helpful? Give feedback.
-
Looks like Android now has AOT compilation. I don't think we support that yet as it requires custom code for other platforms |
Beta Was this translation helpful? Give feedback.
-
I've created a sample for my issues, based on the sample app for maui. Trimming issueNo source context for code in class library, when trimming is enabledEnable trimming in DotNetMaui.csproj: No issue for code in class library, without trimmingNo issue for code in main assembly, with or without trimmingNuget issue : source context is not always available, it depends on the nuget packageRemark about PDB upload
Make sure you get the following files uploaded or the tests won't work: EnableLLVMWhen enabling LLVM, I don't see the same files in the uploaded PDB page (2 files instead of 4). |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm uploading pdb files to Sentry for a maui android app.
I've managed to get line number and source code in error reports.
However I'm having a couple of issues.
First, it does not seem to work when I enable LLVM or full Trimming.
Second, it seems to work only for the code of the app, not for external nuget packages, even if I manually upload the nuget's pdb.
Are these issues known limitations? Am I missing something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions