Skip to content

Commit

Permalink
Remove noise from wake pixel (#2986)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1206580121312550/1207646371500325/f

macOS PR: duckduckgo/macos-browser#2899
BSK PR: duckduckgo/BrowserServicesKit#860

## IMPORTANT

We're merging this against `release/7.126.0` as soon as the branch goes live... I'll be updating the target branch before merging.

## Description

We're emoving known noise from wake pixels, and tunnel update pixels, plus potentially removing unnecessary calls to backend and other code handling that shouldn't happen when the VPN is disconnected.
  • Loading branch information
diegoreymendez authored Jun 26, 2024
1 parent 1d1c79f commit f9f08bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9822,7 +9822,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 161.1.0;
version = 161.1.2;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "a44c3cd45a5df6bcd7cee01ea766dcfda09d9121",
"version" : "161.1.0"
"revision" : "cde956dec771bb7196ab3f4b07e00254e433d58d",
"version" : "161.1.2"
}
},
{
Expand Down

0 comments on commit f9f08bb

Please sign in to comment.