Skip to content

Commit

Permalink
chore: change sentry upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Dec 9, 2024
1 parent 6146552 commit 45f56a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapps/W3MWagmi/ios/W3MWagmi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nif [ -f \"$WITH_ENVIRONMENT\" ]; then\n . \"$WITH_ENVIRONMENT\"\nfi\nexport SENTRY_PROPERTIES=sentry.properties\n[ \"$SENTRY_INCLUDE_NATIVE_SOURCES\" = \"true\" ] && INCLUDE_SOURCES_FLAG=\"--include-sources\" || INCLUDE_SOURCES_FLAG=\"\"\n../node_modules/@sentry/cli/bin/sentry-cli debug-files upload \"$INCLUDE_SOURCES_FLAG\" \"$DWARF_DSYM_FOLDER_PATH\"\n";
shellScript = "\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nif [ -f \"$WITH_ENVIRONMENT\" ]; then\n . \"$WITH_ENVIRONMENT\"\nfi\n\nexport SENTRY_PROPERTIES=sentry.properties\nexport SENTRY_DISABLE_AUTO_UPLOAD=false\nexport SENTRY_INCLUDE_NATIVE_SOURCES=true # Upload native iOS sources\nexport SENTRY_CLI_EXECUTABLE=\"../node_modules/@sentry/cli/bin/sentry-cli\"\nexport SENTRY_CLI_EXTRA_ARGS=\"--include-sources\" # Extra arguments for sentry-cli in all build phases\n\n../node_modules/@sentry/react-native/scripts/sentry-xcode-debug-files.sh\n";
};
2EE4BF3EE058FE90A7C55DDF /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 45f56a5

Please sign in to comment.