Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps fastlane-plugin-sentry from 1.36.0 to 2.0.0.

Release notes

Sourced from fastlane-plugin-sentry's releases.

2.0.0

Breaking Changes

Due to sentry-cli 3.0.0 upgrade, the following breaking changes have been made (#370):

  • sentry_upload_file action has been removed: The releases files commands were removed in sentry-cli 3.0.0. Users should migrate to sentry_upload_sourcemap for source maps or other specialized upload actions.
  • android_manifest_path parameter in sentry_upload_proguard has been removed: The --android-manifest argument was removed in sentry-cli 3.0.0 and is no longer needed. Any Fastfiles still using this parameter will need to remove it.
  • path parameter default behavior changed in sentry_debug_files_upload: The path parameter now defaults to DSYM_OUTPUT_PATH from fastlane's lane context if available (set by actions like build_app or ipa), otherwise falls back to '.' (current directory). This changes the default behavior when DSYM_OUTPUT_PATH is set, which may affect users who were relying on the previous behavior of always searching from the current directory. Users can explicitly specify path: '.' to maintain the previous behavior. This addresses issue #377.
  • api_key parameter has been removed: The api_key parameter has been removed in favor of auth_token. All actions now require auth_token for authentication. Users should update their Fastfiles to use auth_token instead of api_key. (#376)
  • force_foreground parameter has been removed: This parameter was deprecated as a no-op since v1.26.0 and has now been removed from sentry_debug_files_upload. Users should remove this parameter from their Fastfiles. (#376)
  • sentry_upload_dsym action has been removed: This action has been deprecated in favor of sentry_debug_files_upload. Users should migrate to sentry_debug_files_upload with the appropriate path parameter. (#375)
  • sentry_upload_dif action has been removed: This action has been deprecated in favor of sentry_debug_files_upload. Users should migrate to sentry_debug_files_upload with the appropriate path parameter. (#375)
  • ids parameter renamed to id in sentry_debug_files_upload: The parameter has been renamed from ids to id to match sentry-cli v3. Users should update their Fastfiles to use id instead of ids.
  • Removed deprecated parameters from sentry_debug_files_upload: The following parameters have been removed as they are no longer supported in sentry-cli v3: info_plist, no_reprocessing, upload_symbol_maps. Users should remove these parameters from their Fastfiles.

See the sentry-cli 3.0.0 release notes for more details on CLI changes.

Features

  • Set SENTRY_PIPELINE environment variable for all sentry-cli invocations to identify the plugin and version (#365)
  • Added missing sentry-cli v3 options to all actions: All actions have been updated to support all available options from sentry-cli version 3.0.1:
    • sentry_debug_files_upload: Added wait_for, no_upload, il2cpp_mapping options. Fixed id parameter (was ids). Updated type validation to include jvm, portablepdb, and wasm types. Removed deprecated options (info_plist, no_reprocessing, upload_symbol_maps) that are no longer supported in sentry-cli v3. (#382)
    • sentry_upload_sourcemap: Added url_suffix, note, validate, decompress, wait, wait_for, no_sourcemap_reference, debug_id_reference, bundle, bundle_sourcemap, ext (array support), and strict options.
    • sentry_upload_proguard: Added no_upload, write_properties, require_one, and uuid options.
    • sentry_upload_build: Added release_notes, force_git_metadata, and no_git_metadata options.
    • sentry_create_release: Added url option.
    • sentry_finalize_release: Added url and released options.
    • sentry_set_commits: Added local and initial_depth options.
  • Add support for uploading Android App Bundles (.aab), Android APK files (.apk) and iOS app bundles (.ipa) to sentry_upload_build action (#397)

Improvements

  • sentry_upload_sourcemap internal command changed: Now uses sourcemaps upload --release <version> instead of releases files <version> upload-sourcemaps. This is an internal change and should not affect users unless they are mocking or testing the CLI commands (#370).

Dependencies

2.0.0-rc.3

Breaking Changes

Due to sentry-cli 3.0.0 upgrade, the following breaking changes have been made (#370):

  • sentry_upload_file action has been removed: The releases files commands were removed in sentry-cli 3.0.0. Users should migrate to sentry_upload_sourcemap for source maps or other specialized upload actions.
  • android_manifest_path parameter in sentry_upload_proguard has been removed: The --android-manifest argument was removed in sentry-cli 3.0.0 and is no longer needed. Any Fastfiles still using this parameter will need to remove it.
  • path parameter default behavior changed in sentry_debug_files_upload: The path parameter now defaults to DSYM_OUTPUT_PATH from fastlane's lane context if available (set by actions like build_app or ipa), otherwise falls back to '.' (current directory). This changes the default behavior when DSYM_OUTPUT_PATH is set, which may affect users who were relying on the previous behavior of always searching from the current directory. Users can explicitly specify path: '.' to maintain the previous behavior. This addresses issue #377.
  • api_key parameter has been removed: The api_key parameter has been removed in favor of auth_token. All actions now require auth_token for authentication. Users should update their Fastfiles to use auth_token instead of api_key. (#376)
  • force_foreground parameter has been removed: This parameter was deprecated as a no-op since v1.26.0 and has now been removed from sentry_debug_files_upload. Users should remove this parameter from their Fastfiles. (#376)

... (truncated)

Changelog

Sourced from fastlane-plugin-sentry's changelog.

2.0.0

Breaking Changes

Due to sentry-cli 3.0.0 upgrade, the following breaking changes have been made (#370):

  • sentry_upload_file action has been removed: The releases files commands were removed in sentry-cli 3.0.0. Users should migrate to sentry_upload_sourcemap for source maps or other specialized upload actions.
  • android_manifest_path parameter in sentry_upload_proguard has been removed: The --android-manifest argument was removed in sentry-cli 3.0.0 and is no longer needed. Any Fastfiles still using this parameter will need to remove it.
  • path parameter default behavior changed in sentry_debug_files_upload: The path parameter now defaults to DSYM_OUTPUT_PATH from fastlane's lane context if available (set by actions like build_app or ipa), otherwise falls back to '.' (current directory). This changes the default behavior when DSYM_OUTPUT_PATH is set, which may affect users who were relying on the previous behavior of always searching from the current directory. Users can explicitly specify path: '.' to maintain the previous behavior. This addresses issue #377.
  • api_key parameter has been removed: The api_key parameter has been removed in favor of auth_token. All actions now require auth_token for authentication. Users should update their Fastfiles to use auth_token instead of api_key. (#376)
  • force_foreground parameter has been removed: This parameter was deprecated as a no-op since v1.26.0 and has now been removed from sentry_debug_files_upload. Users should remove this parameter from their Fastfiles. (#376)
  • sentry_upload_dsym action has been removed: This action has been deprecated in favor of sentry_debug_files_upload. Users should migrate to sentry_debug_files_upload with the appropriate path parameter. (#375)
  • sentry_upload_dif action has been removed: This action has been deprecated in favor of sentry_debug_files_upload. Users should migrate to sentry_debug_files_upload with the appropriate path parameter. (#375)
  • ids parameter renamed to id in sentry_debug_files_upload: The parameter has been renamed from ids to id to match sentry-cli v3. Users should update their Fastfiles to use id instead of ids.
  • Removed deprecated parameters from sentry_debug_files_upload: The following parameters have been removed as they are no longer supported in sentry-cli v3: info_plist, no_reprocessing, upload_symbol_maps. Users should remove these parameters from their Fastfiles.

See the sentry-cli 3.0.0 release notes for more details on CLI changes.

Features

  • Set SENTRY_PIPELINE environment variable for all sentry-cli invocations to identify the plugin and version (#365)
  • Added missing sentry-cli v3 options to all actions: All actions have been updated to support all available options from sentry-cli version 3.0.1:
    • sentry_debug_files_upload: Added wait_for, no_upload, il2cpp_mapping options. Fixed id parameter (was ids). Updated type validation to include jvm, portablepdb, and wasm types. Removed deprecated options (info_plist, no_reprocessing, upload_symbol_maps) that are no longer supported in sentry-cli v3. (#382)
    • sentry_upload_sourcemap: Added url_suffix, note, validate, decompress, wait, wait_for, no_sourcemap_reference, debug_id_reference, bundle, bundle_sourcemap, ext (array support), and strict options.
    • sentry_upload_proguard: Added no_upload, write_properties, require_one, and uuid options.
    • sentry_upload_build: Added release_notes, force_git_metadata, and no_git_metadata options.
    • sentry_create_release: Added url option.
    • sentry_finalize_release: Added url and released options.
    • sentry_set_commits: Added local and initial_depth options.
  • Add support for uploading Android App Bundles (.aab), Android APK files (.apk) and iOS app bundles (.ipa) to sentry_upload_build action (#397)

Improvements

  • sentry_upload_sourcemap internal command changed: Now uses sourcemaps upload --release <version> instead of releases files <version> upload-sourcemaps. This is an internal change and should not affect users unless they are mocking or testing the CLI commands (#370).

Dependencies

2.0.0-rc.3

Breaking Changes

Due to sentry-cli 3.0.0 upgrade, the following breaking changes have been made (#370):

  • sentry_upload_file action has been removed: The releases files commands were removed in sentry-cli 3.0.0. Users should migrate to sentry_upload_sourcemap for source maps or other specialized upload actions.
  • android_manifest_path parameter in sentry_upload_proguard has been removed: The --android-manifest argument was removed in sentry-cli 3.0.0 and is no longer needed. Any Fastfiles still using this parameter will need to remove it.
  • path parameter default behavior changed in sentry_debug_files_upload: The path parameter now defaults to DSYM_OUTPUT_PATH from fastlane's lane context if available (set by actions like build_app or ipa), otherwise falls back to '.' (current directory). This changes the default behavior when DSYM_OUTPUT_PATH is set, which may affect users who were relying on the previous behavior of always searching from the current directory. Users can explicitly specify path: '.' to maintain the previous behavior. This addresses issue #377.

... (truncated)

Commits
  • 177e702 release: 2.0.0
  • f6103eb docs: Duplicate changelog from 2.0.0-rc.3 to unreleased (#412)
  • 3b387c5 build(deps): bump ruby/setup-ruby from 1.286.0 to 1.288.0 (#409)
  • 2be2dba build(deps): bump getsentry/craft from 2.20.0 to 2.20.1 (#410)
  • 1799fd6 build(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml (#408)
  • c6e7a61 build(deps): bump getsentry/github-workflows/.github/workflows/updater.yml (#...
  • 0470350 Merge branch 'release/2.0.0-rc.3'
  • e95c1ed release: 2.0.0-rc.3
  • 0b50b1f feat: Add support for APK, AAB, and IPA uploads to sentry_upload_build (#397)
  • 43ffe3b ci: Fix changelog-preview action (#405)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fastlane-plugin-sentry](https://github.com/getsentry/sentry-fastlane-plugin) from 1.36.0 to 2.0.0.
- [Release notes](https://github.com/getsentry/sentry-fastlane-plugin/releases)
- [Changelog](https://github.com/getsentry/sentry-fastlane-plugin/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-fastlane-plugin@1.36.0...2.0.0)

---
updated-dependencies:
- dependency-name: fastlane-plugin-sentry
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 10, 2026
@dangermattic
Copy link
Collaborator

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@sonarqubecloud
Copy link

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

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant