mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 16:46:55 +00:00
refactor: remove unnecessary getters
This commit is contained in:
@ -152,8 +152,8 @@ func (c *client) ReportSentryCrash(reportErr error) (err error) {
|
||||
}
|
||||
tags := map[string]string{
|
||||
"OS": runtime.GOOS,
|
||||
"Client": c.cm.GetConfig().ClientID,
|
||||
"Version": c.cm.GetConfig().AppVersion,
|
||||
"Client": c.cm.config.ClientID,
|
||||
"Version": c.cm.config.AppVersion,
|
||||
"UserAgent": CurrentUserAgent,
|
||||
"UserID": c.userID,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user