Skip to content

upload_sentry_sourcemaps flag in EAS update workflow holds indefinitely #5585

@antoinerousseau

Description

@antoinerousseau

What React Native libraries do you use?

Expo Application Services (EAS)

Are you using sentry.io or on-premise?

sentry.io (SaS)

@sentry/react-native SDK Version

7.10.0

How does your development environment look like?

⬇  Place the `pnpm react-native info` output here. ⬇

System:
  OS: macOS 26.2
  CPU: (12) arm64 Apple M2 Pro
  Memory: 93.44 MB / 16.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 24.11.1
    path: /Users/antoine/.nvm/versions/node/v24.11.1/bin/node
  Yarn: Not Found
  npm:
    version: 11.6.2
    path: /Users/antoine/.nvm/versions/node/v24.11.1/bin/npm
  Watchman:
    version: 2025.11.10.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.16.2
    path: /Users/antoine/.gem/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 25.2
      - iOS 26.2
      - macOS 26.2
      - tvOS 26.2
      - visionOS 26.2
      - watchOS 26.2
  Android SDK: Not Found
IDEs:
  Android Studio: 2022.1 AI-221.6008.13.2211.9477386
  Xcode:
    version: 26.2/17C52
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.17
    path: /usr/bin/javac
  Ruby:
    version: 3.4.7
    path: /opt/homebrew/opt/ruby/bin/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 20.1.0
    wanted: ^20.1.0
  react:
    installed: 19.1.0
    wanted: 19.1.0
  react-native:
    installed: 0.81.5
    wanted: 0.81.5
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: true
iOS:
  hermesEnabled: true
  newArchEnabled: true

Sentry.init()

Sentry.init({
  dsn: 'https://...@sentry.io/...'
  environment: "preview",
  enabled: !__DEV__,
  sendDefaultPii: true,
  enableLogs: true,
});

Steps to Reproduce

  1. Setup env vars in EAS console (expo.dev): SENTRY_AUTH_TOKEN, SENTRY_ORG, SENTRY_PROJECT and SENTRY_URL (although only SENTRY_AUTH_TOKEN is required, since the rest can be retrieved from the app config if missing)
  2. Setup an EAS Workflow by creating .eas/workflows/update-preview.yml and using the pre-packaged "update" job like this:
name: Publish update in preview

on:
  push:
    paths:
      - "**"

jobs:
  update:
    name: Update
    type: update
    environment: preview
    params:
      channel: antoine-bs-2392
      message: ${{ github.event.head_commit.message }}
      upload_sentry_sourcemaps: true
  1. Trigger the workflow by pushing a commit

Expected Result

Publish update and upload source maps

Actual Result

Update published but job loads indefinitely at the next step (sourcemaps uploading) until it gets killed after 30 minutes:

Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions