sentry-cli上传dSYM
一、安装sentry-cli
第一种方法
brew install sentry-cli
第二种方法
curl -sL https://sentry.io/get-cli/ | sh
二、 上传dSYM
1、需要先配置自己的SENTRY_URL:
export SENTRY_URL=xxxx //xxxx替换自己的sentry地址
2、执行sentry-cli上传文章来源:https://www.toymoban.com/news/detail-681998.html
sentry-cli --auth-token AUTH_TOKEN upload-dif --org sentry-org --project projectName DSYMS路径
AUTH_TOKEN 去settings 》 account 〉API 》 Auth tokens获取
sentry-org 去settings 》 sentry 〉general 中获取
projectName 就是项目中对应的名字
DSYMS路径 就是打包的符号表路径文章来源地址https://www.toymoban.com/news/detail-681998.html
到了这里,关于sentry-cli上传dSYM的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!