I have the following code
(function () { const handlingPromise = asyncAppHandling() handlingPromise.catch((err) => {}) })() const domain = \'my.domain