Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Clicking on report link does not add external_link_clicked to si… #29969

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pnarayanaswamy
Copy link
Contributor

@pnarayanaswamy pnarayanaswamy commented Jan 29, 2025

…gnature events

Description

Fixes the bug that the external_link_clicked property is not added to the Signature approved, signature rejected , transaction approved and transaction rejected events
Adds integration tests to verify the property is added to the metrics

Open in GitHub Codespaces

Related issues

Fixes: #23995

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@pnarayanaswamy pnarayanaswamy requested a review from a team as a code owner January 29, 2025 15:30
Copy link
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.

@metamaskbot metamaskbot added the team-qa QA team label Jan 29, 2025
@metamaskbot
Copy link
Collaborator

Builds ready [b22bea6]
Page Load Metrics (1619 ± 44 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint46617701564266128
domContentLoaded1435171815918842
load1445176816199144
domInteractive2378422110
backgroundConnect86124189
firstReactRender1599372814
getState47116189
initialActions00000
loadScripts1020130311668139
setupStore781172110
uiStartup166724321903212102
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 399 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@pnarayanaswamy pnarayanaswamy added the team-confirmations Push issues to confirmations team label Jan 30, 2025
@metamaskbot
Copy link
Collaborator

Builds ready [a3f8f6d]
Page Load Metrics (1705 ± 74 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint30020661643342164
domContentLoaded14652056168214771
load14742069170515574
domInteractive23171453316
backgroundConnect887272412
firstReactRender15100412713
getState45615178
initialActions01000
loadScripts10341510121611053
setupStore68015189
uiStartup17012440195919996
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 667 Bytes (0.01%)
  • common: 0 Bytes (0.00%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-confirmations Push issues to confirmations team team-qa QA team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Clicking on false positive, Blockaid link does not add external_link_clicked to signature events
2 participants