Skip to content

Instantly share code, notes, and snippets.

@hypest
Created September 9, 2021 11:01
Show Gist options
  • Save hypest/9fa5879859095263fc9f27e339b9731b to your computer and use it in GitHub Desktop.
Save hypest/9fa5879859095263fc9f27e339b9731b to your computer and use it in GitHub Desktop.
symbolicate stacktrace from Metro
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