Compare commits

...

2 Commits

Author SHA1 Message Date
11aab8dcbb Merge branch 'wp' into dev 2024-07-19 15:35:26 +08:00
00f93bedf0 更新 2024-07-19 15:35:08 +08:00

View File

@ -31,7 +31,7 @@ func NewApp(Lg *zap.Logger, JaegerTracer *tracing.JaegerProvider, SfNode *snowfl
func main() { func main() {
// 启动错误追踪日志 // 启动错误追踪日志
errs := sentry.Init(sentry.ClientOptions{ errs := sentry.Init(sentry.ClientOptions{
Dsn: "http://35790d769c342804430ec4f3942a001a@101.37.14.57:9002/10", Dsn: "https://3022195bbac2a3721fce115622c271b3@sentry.szjixun.cn/29",
TracesSampleRate: 1.0, TracesSampleRate: 1.0,
Environment: os.Getenv(msg.MODE_ENV), Environment: os.Getenv(msg.MODE_ENV),
}) })