Skip to content

Commit

Permalink
fix(rum-explorer): remove hardcoded conversion rule
Browse files Browse the repository at this point in the history
  • Loading branch information
akalfas committed Jun 3, 2024
1 parent cace1c1 commit f19d8a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tools/rum/cruncher.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export function addCalculatedProps(bundle) {
bundle.visit = true;
if (e.source === '') e.source = '(direct)';
}
if (e.checkpoint === 'click') {
bundle.conversion = true;
}
if (e.checkpoint === 'cwv-inp') {
bundle.cwvINP = e.value;
}
Expand Down
1 change: 0 additions & 1 deletion tools/rum/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default class DataLoader {
this.API_ENDPOINT = 'https://rum.fastly-aem.page/bundles';
this.DOMAIN = 'www.thinktanked.org';
this.DOMAIN_KEY = '';
this.criteria = [{ checkpoint: 'click' }];
}

flush() {
Expand Down

0 comments on commit f19d8a7

Please sign in to comment.