This file contains hidden or 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
#/bin/sh | |
#prepare the settings | |
ADRUM_ACCOUNT_NAME="xxxxx-a23413453" | |
ADRUM_LICENSE_KEY="1234132-1234-1234-1234-12341234123" | |
ADRUM_EUM_PROCESSOR="https://app.domain.net" | |
ADRUM_ACCOUNT_NAME="xxxxxx-ajksjdkfasdf" | |
uuid="XXXX-XXXX-XXXX-XXXX-XXXXXXX" | |
#Check is uploaded or not by calling the folowing api |
This file contains hidden or 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
#/bin/sh | |
#Retrieve uuid from DSYM | |
$dwarfdump --uuid your_app.dSYM | cut -d ' ' -f 2 |
NewerOlder