Skip to content

Commit

Permalink
chore(EMI-1966): create feature flags for collector signals (#10481)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdstock authored Jul 15, 2024
1 parent b9d63e2 commit 56e9857
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,18 @@ export const features = {
showInDevMenu: true,
echoFlagKey: "AREnableCollectorProfilePrompts",
},
AREnablePartnerOfferSignals: {
description: "Enable partner offer signals",
readyForRelease: false,
showInDevMenu: true,
echoFlagKey: "AREnablePartnerOfferSignals",
},
AREnableAuctionImprovementsSignals: {
description: "Enable new auction lot signals",
readyForRelease: false,
showInDevMenu: true,
echoFlagKey: "AREnableAuctionImprovementsSignals",
},
} satisfies { [key: string]: FeatureDescriptor }

export interface DevToggleDescriptor {
Expand Down

0 comments on commit 56e9857

Please sign in to comment.