Created
September 9, 2021 11:01
-
-
Save hypest/9fa5879859095263fc9f27e339b9731b to your computer and use it in GitHub Desktop.
symbolicate stacktrace from Metro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GB_VERSION=v1.60.1 && TEMPMAP=$(mktemp) && wget -q https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/$GB_VERSION/bundle/ios/App.js.map -O $TEMPMAP && npx metro-symbolicate $TEMPMAP < stacktrace.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment