forked from Silverfish/proton-bridge
feat(GODT-2639): Enhance sentry init log.
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user