feat(GODT-2639): Enhance sentry init log.

This commit is contained in:
Romain Le Jeune
2023-05-22 09:30:51 +00:00
parent 35f0e081a5
commit bb99695e68
4 changed files with 5 additions and 1 deletions

View File

@ -96,6 +96,7 @@ func GetTimeZone() string {
// NewReporter creates new sentry reporter with appName and appVersion to report.
func NewReporter(appName string, identifier Identifier) *Reporter {
logrus.WithField("id", GetProtectedHostname()).Info("New sentry reporter")
return &Reporter{
appName: appName,
appVersion: constants.Revision,