Skip to content

Commit

Permalink
feat: enable jaeger on jaeger.berty.io on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Nov 30, 2018
1 parent 949b992 commit b867276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/react-native/gomobile/core/core.go
Expand Up @@ -205,6 +205,7 @@ func daemon(nickname, datastorePath string, loggerNative Logger) error {
}

accountOptions := account.Options{
account.WithJaegerAddrName("jaeger.berty.io:6831", nickname+":mobile"),
account.WithRing(ring),
account.WithName(nickname),
account.WithPassphrase("secure"),
Expand Down

0 comments on commit b867276

Please sign in to comment.