Fix a couple of warnings
This commit is contained in:
committed by
Stefan Ceriu
parent
05e1e3b34e
commit
09face6b06
@@ -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.
|
||||
|
||||
@@ -74,7 +74,6 @@ class BugReportService: BugReportServiceProtocol {
|
||||
SentrySDK.crash()
|
||||
}
|
||||
|
||||
// swiftlint: disable function_body_length
|
||||
func submitBugReport(text: String,
|
||||
includeLogs: Bool,
|
||||
includeCrashLog: Bool,
|
||||
|
||||
Reference in New Issue
Block a user