调整sentry收集的调试符号范围,只收集tfe可执行文件的符号。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user