Skip to content

Commit

Permalink
remove temporary features sender pixel (#5291)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1174433894299346/1208694732346094/f

### Description
Remove temporary pixel
  • Loading branch information
malmstein authored Nov 20, 2024
1 parent 8fd2c3f commit e27de90
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 129 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ object PixelInterceptorPixelsRequiringDataCleaning : PixelParamRemovalPlugin {
HttpErrorPixelName.WEBVIEW_RECEIVED_HTTP_ERROR_400_DAILY.pixelName to PixelParameter.removeAtb(),
HttpErrorPixelName.WEBVIEW_RECEIVED_HTTP_ERROR_4XX_DAILY.pixelName to PixelParameter.removeAtb(),
HttpErrorPixelName.WEBVIEW_RECEIVED_HTTP_ERROR_5XX_DAILY.pixelName to PixelParameter.removeAtb(),
AppPixelName.FEATURES_ENABLED_AT_SEARCH_TIME.pixelName to PixelParameter.removeAll(),
SitePermissionsPixelName.PERMISSION_DIALOG_CLICK.pixelName to PixelParameter.removeAtb(),
SitePermissionsPixelName.PERMISSION_DIALOG_IMPRESSION.pixelName to PixelParameter.removeAtb(),
SITE_NOT_WORKING_SHOWN.pixelName to PixelParameter.removeAtb(),
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/com/duckduckgo/app/pixels/AppPixelName.kt
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,4 @@ enum class AppPixelName(override val pixelName: String) : Pixel.PixelName {
URI_LOADED("m_uri_loaded"),

ERROR_PAGE_SHOWN("m_errorpageshown"),

FEATURES_ENABLED_AT_SEARCH_TIME("features"),
}

This file was deleted.

0 comments on commit e27de90

Please sign in to comment.