Skip to content

Commit

Permalink
Fix firing crash pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Apr 18, 2024
1 parent c063ec6 commit 9a6a4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate {

#if APPSTORE
crashCollection.start { pixelParameters, payloads, completion in
pixelParameters.forEach { _ in Pixel.fire(.crash) }
pixelParameters.forEach { _ in PixelKit.fire(GeneralPixel.crash) }
guard let lastPayload = payloads.last else {
return
}
Expand Down

0 comments on commit 9a6a4b7

Please sign in to comment.