Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Contributor
🔍 Smart E2E Test Selection⏭️ Smart E2E selection skipped - draft PR All E2E tests pre-selected. |
|
Contributor
|
✅ E2E Fixture Validation — Schema is up to date |
christopherferreira9
approved these changes
Apr 15, 2026
PatrykLucka
approved these changes
Apr 15, 2026
grvgoel81
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
We no longer need the feature flag extensionUxPna25 which controlled the launch of the PNA25 toast message feature. This PR removes the feature flag code.
Changelog
CHANGELOG entry: null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/CEUX-941
Manual testing steps
There is no change to the existing UX as now the feature is on by default. Some quick things that can be checked easily are:
transaction_hashis included for PNA25 approved user transaction eventsScreenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Changes privacy/metrics gating logic by removing the
extensionUxPna25feature flag checks, which can affect when PNA25 acknowledgement is recorded and when transaction hashes are included in metrics.Overview
Removes the
extensionUxPna25remote feature flag and all related selector/registry/mock code, simplifying PNA25 behavior to rely only onisPna25Acknowledged.Updates onboarding and settings flows to always mark PNA25 as acknowledged on onboarding and when enabling MetaMetrics (if not already acknowledged), and updates metrics gating so
ProfileMetricsControlleropt-in and transactiontransaction_hashmetrics depend solely on acknowledgement (no flag).Refreshes copy and translations for the basic usage description, deletes flag-conditional UI rendering tests, and updates snapshots/smoke tests accordingly.
Reviewed by Cursor Bugbot for commit 02f00ae. Bugbot is set up for automated code reviews on this repo. Configure here.