Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85462f28 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

apply style suggestion

parent 2b8cf31a
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -39,8 +39,12 @@ object Telemetry {

        this.isTelemetryEnabled = checkTelemetryDeveloperOption()
        val sentryDsn =
            if (isTelemetryEnabled) identifier
            else String()
            if (isTelemetryEnabled) {
                identifier
            } else {
                String()
            }


        SentryAndroid.init(application) { options ->
            options.dsn = sentryDsn