From 033434330f033b00785644de3a912a111cd8a824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:33:58 +0200 Subject: [PATCH] Add Apple Debug Symbols Sentry CLI link to RN manual setup page --- src/platforms/react-native/manual-setup/manual-setup.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platforms/react-native/manual-setup/manual-setup.mdx b/src/platforms/react-native/manual-setup/manual-setup.mdx index 5df84c8b125b4..c171eee231978 100644 --- a/src/platforms/react-native/manual-setup/manual-setup.mdx +++ b/src/platforms/react-native/manual-setup/manual-setup.mdx @@ -79,6 +79,8 @@ $SENTRY_CLI debug-files upload "$INCLUDE_SOURCES_FLAG" "$DWARF_DSYM_FOLDER_PATH" By default, uploading of debug simulator builds is disabled for speed reasons. If you want to generate debug symbols for debug builds, you can pass `--allow-fetch` as a parameter to `react-native-xcode` in the above mentioned build phase. +For more information visit [Sentry CLI Apple Debug Symbols](/platforms/apple/dsym/#sentry-cli) documentation. + ### Using node with nvm or Volta If you are using nvm or notion, Xcode has trouble locating the default node binary, which can look similar to the [troubleshooting example](/platforms/react-native/troubleshooting/#using-node-with-nvm-or-volta).