Skip to content

Commit

Permalink
try updating paths for sourcemaps and bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Nov 27, 2023
1 parent 00bba64 commit 9f3d4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/sentry_fastlane.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def platform_settings(platform)
bundle_path: 'dist/main.jsbundle'
},
android: {
sourcemap_path: 'android/app/src/main/assets/index.android.bundle.map',
bundle_path: 'android/app/src/main/assets/index.android.bundle'
sourcemap_path: 'android/app/build/generated/sourcemaps/react/release/index.android.bundle.map',
bundle_path: 'android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle'
}
}
settings[platform.to_sym]
Expand Down

0 comments on commit 9f3d4e2

Please sign in to comment.