-
Notifications
You must be signed in to change notification settings - Fork 35
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
DC MILO Release 0.2439 #821
Conversation
MWPW-158600
MWPW-158445
MWPW-156372
MWPW-158834
MWPW-158423
MWPW-158122: Verb Widget Analytics
MWPW-158533 Add Akamai purge command choice
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #821 +/- ##
==========================================
- Coverage 70.45% 69.03% -1.43%
==========================================
Files 47 47
Lines 7109 7196 +87
==========================================
- Hits 5009 4968 -41
- Misses 2100 2228 +128
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
redDir(VERB); | ||
// Errors, Analytics & Logging | ||
window.addEventListener('unity:show-error-toast', (e) => { | ||
console.log(`⛔️ Error Code - ${e.detail?.code}`); |
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.
Unexpected console statement.
}); | ||
} | ||
|
||
// const ce = (new CustomEvent('unity:show-error-toast', { detail: { code: 'only_accept_one_file', message: 'Error message' } })); |
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.
export default function init(eventName, verb) { | ||
console.log(`📡 Event Name - acrobat:verb-${verb}:${eventName}`); |
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.
Unexpected console statement.
DC MILO Release 0.2439