summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorluqiuwen <[email protected]>2019-09-05 19:49:44 +0800
committerluqiuwen <[email protected]>2019-09-05 19:49:44 +0800
commitae2f04c33f4c88bd46a9210618f369a18f845b3b (patch)
tree1c0822fd7114a7c2072b40c4b964e2c7c81b59f5 /ci
parentff19c00dc18813533b38c1a9901d240d112c26ae (diff)
调整sentry收集的调试符号范围,只收集tfe可执行文件的符号。
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 3acabdc..1aeae35 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -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