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

@ -305,6 +305,8 @@ int main(int argc, char *argv[]) {
// When not in attached mode, log entries are forwarded to bridge, which output it on stdout/stderr. bridge-gui's process monitor intercept
// these outputs and output them on the command-line.
log.setLevel(cliOptions.logLevel);
log.info(QString("New Sentry reporter - id: %1.").arg(getProtectedHostname()));
QString bridgeexec;
if (!cliOptions.attach) {
if (isBridgeRunning()) {