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()
}