forked from Silverfish/proton-bridge
feat(GODT-2639): Enhance sentry init log.
This commit is contained in:
@ -49,7 +49,7 @@ QString sentryAttachmentFilePath() {
|
||||
//****************************************************************************************************************************************************
|
||||
QByteArray getProtectedHostname() {
|
||||
QByteArray hostname = QCryptographicHash::hash(QSysInfo::machineHostName().toUtf8(), QCryptographicHash::Sha256);
|
||||
return hostname.toHex();
|
||||
return hostname.toBase64();
|
||||
}
|
||||
|
||||
//****************************************************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user