mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: remove sentry sdk
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user