Skip to content

Commit

Permalink
Add dist parameter to sentry_upload_sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Mar 8, 2024
1 parent b2ff729 commit 08b5355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/lanes/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ def upload_gutenberg_sourcemaps(app:, flavor:, build_type:, release_version:)
org_slug: org_slug,
project_slug: project_slug,
version: release_version,
dist: current_build_code,
# When the React native bundle is generated, the source map file references include the local machine path;
# With the `rewrite` and `strip_common_prefix` options, Sentry automatically strips this part.
rewrite: true,
Expand Down

0 comments on commit 08b5355

Please sign in to comment.