change: remove sentry sdk

This commit is contained in:
debugtalk
2022-01-25 20:32:44 +08:00
parent 229c1839b1
commit 91fa2eefdf
7 changed files with 7 additions and 159 deletions

View File

@@ -2,12 +2,8 @@ package main
import (
"github.com/httprunner/hrp/cli/hrp/cmd"
"github.com/httprunner/hrp/internal/sentry"
)
func main() {
// Flush buffered events before the program terminates.
defer sentry.Flush()
cmd.Execute()
}

View File

@@ -2,7 +2,7 @@
# install hrp with one shell command
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
LATEST_VERSION="v0.5.3"
LATEST_VERSION="v0.6.0"
set -e