Compare commits

..

No commits in common. "11aab8dcbb154f1480b78224b41585c89b18d4c1" and "047e4eee7f69a6e3d6ec0fd7269fcd2ce5856c74" have entirely different histories.

View File

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