Skip to content

Copy and paste of code sample misses a key character #2893

@PeloWriter

Description

@PeloWriter

copying the bash content from https://docs.sentry.io/platforms/apple/guides/ios/dsym/#uploading-symbols-with-sentry-cli misses out on picking up the leading $ sign.

As a result, it becomes:
{DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}
Should be
${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}

Metadata

Metadata

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions