Fastlane sourcemaps Integration
See original GitHub issueDescription
Currently, there is a fastlane plugin to upload the native stuff for sourcemaps but nothing for JS. The docs are helpful but it would be really helpful to have this automated (since a React Native project setup is a fixed directory structure).
Describe the solution you’d like
A plugin that would handle all of this since it can be automated and can then be part of the Fastlane process (thus, easily come after the increment_build_number
command).
Describe alternatives you’ve considered We’re having to write our own custom commands for Fastlane via a shell command.
Additional context Add any other context about the feature request here.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:23
- Comments:20 (4 by maintainers)
Top Results From Across the Web
Available Plugins - fastlane docs
Plugin for 'fastlane' that defines an action to export iOS and Android projects via Unity3d. This allows Unity3d to more easily integrate with...
Read more >fastlane-plugin-bugsnag_sourcemaps_upload 0.1.2 → 0.2.0
fastlane -plugin-bugsnag_sourcemaps_upload 0.1.2 → 0.2.0 ; 15. 15. 16 ; - Helps to upload sourcemaps to Bugsnag.
Read more >Source Maps for React Native | Sentry Documentation
The React Native SDK handles source maps automatically for iOS with Xcode and Android with Gradle, if you do not use custom values....
Read more >Source Maps - Rollbar Docs
Getting started · 1. Raise descriptive errors from JavaScript · 2. Configure the rollbar.js SDK to support source maps · 3. Upload your...
Read more >Build & deploy integrations - Bugsnag docs
Report application builds, source maps, symbol files, and deploys to Bugsnag. ... Fastlane. Upload dSYMs and report builds to Bugsnag using Fastlane.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@DanDatefit Of course. Here’s our Fastfile:
and here’s the
upload-release-sourcemaps-to-bugsnag
script inpackage.json
:and here’s the
create-release-bundle
script also inpackage.json
:Keep in mind though, we still haven’t figured out how to upload the dYSMs correctly yet. So that part of the configuration could be completely wrong. We have figured out though how to do the source mapping for the javascript correctly (using the above).
Just pinging to see if there is any progress on this from the Bugsnag team?