调整sentry收集的调试符号范围,只收集tfe可执行文件的符号。

This commit is contained in:
luqiuwen
2019-09-05 19:49:44 +08:00
parent ff19c00dc1
commit ae2f04c33f

View File

@@ -51,5 +51,5 @@ if [ -n "${PACKAGE}" ]; then
fi
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
sentry-cli upload-dif -t elf ./
sentry-cli upload-dif -t elf platform/tfe*
fi