diff --git a/ElementX/Sources/Services/Analytics/Analytics.swift b/ElementX/Sources/Services/Analytics/Analytics.swift index 06e716ad2..fc2510796 100644 --- a/ElementX/Sources/Services/Analytics/Analytics.swift +++ b/ElementX/Sources/Services/Analytics/Analytics.swift @@ -37,7 +37,7 @@ class Analytics { /// The analytics client to send events with. private var client: AnalyticsClientProtocol = PostHogAnalyticsClient() - /// The monitoring client to track crashes, issues and performance +// /// The monitoring client to track crashes, issues and performance // private var monitoringClient = SentryMonitoringClient() /// The service used to interact with account data settings. diff --git a/ElementX/Sources/Services/BugReport/BugReportService.swift b/ElementX/Sources/Services/BugReport/BugReportService.swift index 2f0a81c5f..884be33d4 100644 --- a/ElementX/Sources/Services/BugReport/BugReportService.swift +++ b/ElementX/Sources/Services/BugReport/BugReportService.swift @@ -74,7 +74,6 @@ class BugReportService: BugReportServiceProtocol { SentrySDK.crash() } - // swiftlint: disable function_body_length func submitBugReport(text: String, includeLogs: Bool, includeCrashLog: Bool,