fix(GODT-2669): Display sentry ID in bridge init log.

This commit is contained in:
Romain LE JEUNE
2023-05-31 08:40:15 +02:00
parent 11f55b59a9
commit a702e19dff
2 changed files with 1 additions and 1 deletions

View File

@ -325,6 +325,7 @@ func withLogging(c *cli.Context, crashHandler *crash.Handler, locations *locatio
WithField("build", constants.BuildTime).
WithField("runtime", runtime.GOOS).
WithField("args", os.Args).
WithField("SentryID", sentry.GetProtectedHostname()).
Info("Run app")
return fn()