build: enroll commit trace

This commit is contained in:
Enix 2019-10-10 14:49:33 +08:00
parent 63d712b831
commit 0101b27d4d
No known key found for this signature in database
GPG key ID: FE06F5DFC1C9B8E4

View file

@ -7,6 +7,7 @@ echo "Got version $GITAKO_VERSION"
# sentry
yarn sentry-cli releases new "$GITAKO_VERSION"
yarn sentry-cli releases set-commits --auto $GITAKO_VERSION
yarn sentry-cli releases files "$GITAKO_VERSION" upload-sourcemaps dist --no-rewrite
yarn sentry-cli releases finalize "$GITAKO_VERSION"