${optionsArg.heading}
${optionsArg.text}${optionsArg.text}
`);
}
if (optionsArg.sentryDsn && optionsArg.sentryMessage) {
returnArray.push(
html`
We recorded this event. Should you continue to see this page against your
expectations, feel free to mail us at
hello@lossless.com
`
);
}
if (optionsArg.redirectTo) {
returnArray.push(
html`
We will redirect you to ${optionsArg.redirectTo} in a few seconds.
`
);
}
return returnArray;
})()}