Closed moritzsur closed 1 month ago
Hey @moritzsur, I believe I have already fixed the bug you are experiencing upstream in symbolic
, but the version we are currently using in Sentry CLI does not contain this fix yet. I will bump symbolic
and release a new Sentry CLI version with the updated dependency; please let me know whether it fixes the problem.
@moritzsur, the fix has been released in 2.36.0
. If you continue experiencing this error, please re-open the issue, and I'll be happy to investigate further.
Works now, thank you!
CLI Version
2.35.0
Operating System and Architecture
Operating System Version
macOS 14.6.1
Link to reproduction repository
No response
CLI Command
sentry-cli debug-files upload -o <...> -p <...> cmake-build-debug/dsymutil_out --wait --log-level=trace --include-sources
Exact Reproduction Steps
generate the required debug files post build (dSYM files on macos)
dsymutil GainAimPro_artefacts/Debug/VST3/GainAimPro.vst3/Contents/MacOS/GainAimPro --out dsymutil_out
verify
sentry-cli debug-files check ./dsymutil_out/Contents/Resources/DWARF/GainAimPro
sentry-cli debug-files upload -o <...> -p gainaimpro cmake-build-debug/dsymutil_out --wait --include-sources