Remove stackimpact integration
This commit is contained in:
parent
f3ab0596f5
commit
c3a685553d
1 changed files with 0 additions and 7 deletions
7
main.go
7
main.go
|
@ -22,8 +22,6 @@ import (
|
|||
"github.com/pkg/profile"
|
||||
|
||||
"github.com/abcum/surreal/cli"
|
||||
|
||||
"github.com/stackimpact/stackimpact-go"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -37,11 +35,6 @@ func main() {
|
|||
defer profile.Start(profile.BlockProfile, profile.ProfilePath("."), profile.NoShutdownHook).Stop()
|
||||
}
|
||||
|
||||
stackimpact.Start(stackimpact.Options{
|
||||
AgentKey: "3326cc7b7c7de70cf2a29f8320c42c31149f39da",
|
||||
AppName: "Surreal",
|
||||
})
|
||||
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
||||
cli.Init()
|
||||
|
|
Loading…
Reference in a new issue