sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Revisit debug symbols being picked up for upload

Open bitsandfoxes opened this issue 3 years ago • 2 comments

Came up here: https://github.com/getsentry/sentry-unity/pull/654#issuecomment-1074473201

When using the burst compiler it creates some additional debug symbol files that should be uploaded.

  • ProjectName_BurstDebugInformation_DoNotShip
  • lib_burst_generated.pdb

bitsandfoxes avatar Mar 22 '22 00:03 bitsandfoxes

Maybe we should do it in a more generic manner and upload all .pdb files under the app directory. Maybe including .dlls as well

vaind avatar Mar 22 '22 11:03 vaind

Especially the "all .dlls as well is relevant now. I'm running into that with baselib.dll.

bitsandfoxes avatar Apr 05 '24 15:04 bitsandfoxes