Skip to content

Sentry CLI hangs on uploading debug -symbols #2440

@grzegorzkrukowski

Description

@grzegorzkrukowski

CLI Version

2.42.5

Operating System and Architecture

  • macOS (arm64)
  • macOS (x86_64)
  • Linux (i686)
  • Linux (x86_64)
  • Linux (armv7)
  • Linux (aarch64)
  • Windows (i686)
  • Windows (x86_64)

Operating System Version

macOS

Link to reproduction repository

private repository

CLI Command

sentry-cli debug-files upload --auth-token "${{ secrets.SENTRY_AUTH_TOKEN }}" --org raycastapp --project raycast-ios --log-level trace "${ARCHIVE_PATH}/dSYMs"

Exact Reproduction Steps

While executing this command on the CI (GitHub macOS15 runner) - the command freezes completely giving only:

INFO 2025-03-26 17:40:22.518097 +01:00 Issuing a command for Organization: *** Project: ***

And timing out after 20 minutes (the machine timeout).

Locally it all works for me with the same files, so it must be related to some runner settings that prevents CLI from moving forward or at least throwing a readable error.

Expected Results

CLI should upload all the files

Actual Results

CLI hangs the build

Logs

+ sentry-cli debug-files upload --auth-token *** --org *** --project ***--log-level trace '.build/Archives/Raycast iOS.xcarchive/dSYMs'
  DEBUG   2025-03-26 16:03:07.216967 +00:00 sentry-cli version: 2.42.5, platform: "darwin", architecture: "arm64"
  INFO    2025-03-26 16:03:07.222438 +00:00 sentry-cli was invoked with the following command line: "sentry-cli" "debug-files" "upload" "--auth-token" "[REDACTED]" "--org" "***" "--project" "***" "--log-level" "trace" ".build/dSYMs"
  INFO    2025-03-26 16:03:07.222461 +00:00 Issuing a command for Organization: *** Project: ***

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions