Skip to content

Commit

Permalink
Merge pull request #62 from TencentBlueKing/develop
Browse files Browse the repository at this point in the history
v1.9.3
  • Loading branch information
wklken committed Jan 4, 2022
2 parents 8392af7 + 80c86e0 commit 4188f80
Show file tree
Hide file tree
Showing 200 changed files with 3,830 additions and 2,626 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.2
1.9.3
4 changes: 2 additions & 2 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
"iam/pkg/component"
"iam/pkg/config"
"iam/pkg/database"
"iam/pkg/errorx"
"iam/pkg/logging"
"iam/pkg/metric"
"iam/pkg/util"
)

var globalConfig *config.Config
Expand Down Expand Up @@ -62,7 +62,7 @@ func initSentry() {
log.Info("Sentry is not enabled, will not init it")
}

errorx.InitErrorReport(globalConfig.Sentry.Enable)
util.InitErrorReport(globalConfig.Sentry.Enable)
}

func initMetrics() {
Expand Down
Loading

0 comments on commit 4188f80

Please sign in to comment.