-
Notifications
You must be signed in to change notification settings - Fork 5k
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: rename anonymous transaction events. #20736
Conversation
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. |
6278285
to
e6e33a4
Compare
fde949e
to
7320552
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #20736 +/- ##
===========================================
+ Coverage 68.42% 68.43% +0.01%
===========================================
Files 1008 1008
Lines 40321 40333 +12
Branches 10783 10785 +2
===========================================
+ Hits 27589 27601 +12
Misses 12732 12732
☔ View full report in Codecov by Sentry. |
Builds ready [7320552]
Page Load Metrics (1672 ± 80 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
test/e2e/helpers.js
Outdated
for (const mockedEndpoint of mockedEndpoints) { | ||
isPending = await mockedEndpoint.isPending(); | ||
} | ||
|
||
return isPending === !hasRequest; | ||
}, driver.timeout); | ||
}, 100000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be rather change driver.timeout
, if this change is required.
Builds ready [450f6ad]
Page Load Metrics (1651 ± 33 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Signed-off-by: Olusegun Akintayo <[email protected]>
Signed-off-by: Akintayo A. Olusegun <[email protected]>
Signed-off-by: Olusegun Akintayo <[email protected]>
Signed-off-by: Olusegun Akintayo <[email protected]>
07788c6
to
969beae
Compare
Builds ready [d27b4f0]
Page Load Metrics (1006 ± 433 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [2491ad6]
Page Load Metrics (1256 ± 496 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Explanation
Currently anonymous and non-anonymous events share the same name. This creates confusion on data analysis done by stakeholders and blocks some of the automations and improvements that are being done by the data team. In order to improve this, we should rename the anonymous transactions events in MM to a different name so they can be easily identified and treated differently from the non-anonymous ones.
Acceptance Criterias
Transaction Added
event is renamed toTransaction Added Anon
Transaction Approved
event is renamed toTransaction Approved Anon
Transaction Rejected
event is renamed toTransaction Rejected Anon
Transaction Submitted
event is renamed toTransaction Submitted Anon
Transaction Finalized
event is renamed toTransaction Finalized Anon
Transaction Added Anon
,Transaction Approved Anon
,Transaction Rejected Anon
,Transaction Submitted Anon
,Transaction Finalized Anon
are added to the transactions events documentation in segment-schemaManual Testing Steps
Pre-merge author checklist
Pre-merge reviewer checklist