Skip to content

feat!: Remove deprecated actions sentry_upload_dsym and sentry_upload_dif#375

Merged
philprime merged 2 commits intomasterfrom
remove-deprecated-actions
Jan 9, 2026
Merged

feat!: Remove deprecated actions sentry_upload_dsym and sentry_upload_dif#375
philprime merged 2 commits intomasterfrom
remove-deprecated-actions

Conversation

@philprime
Copy link
Member

@philprime philprime commented Jan 8, 2026

Breaking Changes

This PR removes the deprecated actions sentry_upload_dsym and sentry_upload_dif which have been deprecated in favor of sentry_debug_files_upload.

Changes

  • Remove sentry_upload_dsym action and its spec
  • Remove sentry_upload_dif action and its spec
  • Remove integration test lanes for deprecated actions
  • Remove deprecated test from integration-test.sh
  • Update README.md to remove deprecated actions section
  • Update CHANGELOG.md with breaking change

Migration

Users should migrate to sentry_debug_files_upload action:

# Before
sentry_upload_dsym(
  auth_token: '...',
  org_slug: '...',
  project_slug: '...',
  dsym_path: './App.dSYM.zip'
)

# After
sentry_debug_files_upload(
  auth_token: '...',
  org_slug: '...',
  project_slug: '...',
  path: './App.dSYM.zip'
)

Related to #373

…_dif

BREAKING CHANGE: Remove deprecated actions sentry_upload_dsym and sentry_upload_dif.
These actions have been deprecated in favor of sentry_debug_files_upload.

- Remove sentry_upload_dsym action and its spec
- Remove sentry_upload_dif action and its spec
- Remove integration test lanes for deprecated actions
- Remove deprecated test from integration-test.sh
- Update README.md to remove deprecated actions section
- Update CHANGELOG.md with breaking change

Users should migrate to sentry_debug_files_upload action.

Closes #373 (part 1)
@philprime philprime self-assigned this Jan 8, 2026
@philprime philprime marked this pull request as ready for review January 8, 2026 12:27
@philprime philprime requested a review from runningcode January 8, 2026 12:36
Copy link
Contributor

@runningcode runningcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! Lots of red lines!

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants