upload source maps from Expo EAS Build
See original GitHub issueDescription
@bugsnag/expo provides a postPubllish
hook to conveniently use with expo publish
but there’s not a corresponding hook for projects built with EAS using eas build
.
Describe the solution you’d like
A drop in hook like @bugsnag/expo/hooks/post-publish.js
to upload source maps from eas build
similar to expo publish
.
Describe alternatives you’ve considered
Write our own hook using @bugsnag/source-maps from EAS Build-specific npm hooks such as eas-build-pre-upload-artifacts
.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:8 (4 by maintainers)
Top Results From Across the Web
SourceMaps not uploaded when using EAS Build #253 - GitHub
With Expo Build, the source map upload was done using a postPublish task in the hooks part of app.json , as documented here....
Read more >Using Sentry - Expo Documentation
Uploading sourcemaps for updates · Run eas update . This will generate a dist folder in your project root, which contains your JavaScript...
Read more >How to setup Sentry in an Expo built with EAS? - Stack Overflow
EAS build will write the frames using a format like : app:///bundle-{SOME_GUID}.jsbundle. and upload the sourcemaps with names like :.
Read more >Manual integration guide - Bugsnag docs
Integrate Bugsnag into your Expo app without using the CLI.
Read more >Using Sentry with Expo
Expo is an excellent way to quickly create and play around with your React ... For uploading source maps you have to add...
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
Hi all - we’ve just released
v45.1.1
ofbugsnag-expo
, which updates our Expo CLI to automate the installation of the sourcemap plugin. Please check out our docs for more info on this!Hi @dubchoi, I’m afraid I don’t have a workaround to share, however we are actively working on this at the moment. We’re aiming to have a plugin for the EAS build mechanism available some time soon, and we’ll be sure to update this issue when that is released.