diff options
| author | luqiuwen <[email protected]> | 2019-09-05 19:49:44 +0800 |
|---|---|---|
| committer | luqiuwen <[email protected]> | 2019-09-05 19:49:44 +0800 |
| commit | ae2f04c33f4c88bd46a9210618f369a18f845b3b (patch) | |
| tree | 1c0822fd7114a7c2072b40c4b964e2c7c81b59f5 /ci | |
| parent | ff19c00dc18813533b38c1a9901d240d112c26ae (diff) | |
调整sentry收集的调试符号范围,只收集tfe可执行文件的符号。
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 2 |
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 |
