Fix a couple of warnings

This commit is contained in:
Stefan Ceriu
2023-01-04 11:58:42 +02:00
committed by Stefan Ceriu
parent 05e1e3b34e
commit 09face6b06
2 changed files with 1 additions and 2 deletions

View File

@@ -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.

View File

@@ -74,7 +74,6 @@ class BugReportService: BugReportServiceProtocol {
SentrySDK.crash()
}
// swiftlint: disable function_body_length
func submitBugReport(text: String,
includeLogs: Bool,
includeCrashLog: Bool,