We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e881403 commit 5890671Copy full SHA for 5890671
scripts/aem.js
@@ -808,7 +808,7 @@ async function init() {
808
sampleRUM('top');
809
810
window.addEventListener('load', () => sampleRUM('load'));
811
-
+
812
['error', 'unhandledrejection'].forEach((event) => {
813
window.addEventListener(event, ({ reason, error }) => {
814
const errData = { source: 'undefined error' };
0 commit comments