Hello All,
Are there any guidelines available to detect Lightning JS app crash and report the same ?
Hello All,
Are there any guidelines available to detect Lightning JS app crash and report the same ?
Hi @snarkhede
For our projects we are using either Sentry or New Relic depending on customer’s preferences. I would rather recommend to work with Sentry if you are deploying an app on Metrological app store as it will host your app on an unknown path making source maps discovery impossible for New Relic while Sentry has an ability to upload source maps separately (this is a part of our common CD pipeline for a Lightning app deployment). Also we had performance issues with New Relic on a few low-end devices while Sentry is more stable.