question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

upload source maps from Expo EAS Build

See original GitHub issue

Description

@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:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
luke-beltoncommented, Aug 4, 2022

Hi all - we’ve just released v45.1.1 of bugsnag-expo, which updates our Expo CLI to automate the installation of the sourcemap plugin. Please check out our docs for more info on this!

3reactions
yousif-bugsnagcommented, Jul 13, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found