diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 05980369eb..7b8241c6cd 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,7 +15,7 @@ "location" : "https://github.com/DuckDuckGo/BrowserServicesKit", "state" : { "branch" : "bartek/sync-rate-pixel", - "revision" : "253df98b0a8384a43db3582bfc45003baf8cccf4" + "revision" : "98c80e7051322f81e754342942135078e9f98c2d" } }, { diff --git a/DuckDuckGo/AppDelegate.swift b/DuckDuckGo/AppDelegate.swift index 82123c98ad..4aed576445 100644 --- a/DuckDuckGo/AppDelegate.swift +++ b/DuckDuckGo/AppDelegate.swift @@ -291,7 +291,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { .filter { $0 } .sink { [weak syncService] _ in DailyPixel.fire(pixel: .syncDaily, includedParameters: [.appVersion]) - syncService?.syncDailyStats.sendStatusIfNeeded(handler: { params in + syncService?.syncDailyStats.sendStatsIfNeeded(handler: { params in Pixel.fire(pixel: .syncSuccessRateDaily, withAdditionalParameters: params, includedParameters: [.appVersion])