I'm writing an application in XSharp (.net)
When trying to upload debug symbols for the app, debug-files does not pickup the .exe nor the associated .pdb
.exe debug-files check :
Debug Info File Check
Type: pe executable
Contained debug identifiers:
Debug ID: b2198c36-f44e-4241-a58d-169f519d066b-1
Code ID: 686e85c547a000
Arch: x86
Contained debug information:
none
Usable: no (missing debug or unwind information)
.pdb debug-files check :
Debug Info File Check
Type: pdb debug companion
Contained debug identifiers:
Debug ID: b2198c36-f44e-4241-a58d-169f519d066b-1
Arch: unknown
Contained debug information:
symtab, debug
Usable: yes
I know Xsharp is not widly used but it is a regular .net application, everything else works well in sentry, from crashreports to metrics...
Any ideas ?
Regards