The most robust observability solution for Salesforce experts. Built 100% natively on the platform, and designed to work seamlessly with Apex, Lightning Components, Flow, Process Builder & integrations.
Similar to the Apex method Logger.exception() that was introduced in release v4.11.2, there should be a JavaScript function that automatically logs a JS error, saves the log, and rethrows the error.
Similar to the Apex method
Logger.exception()
that was introduced in releasev4.11.2
, there should be a JavaScript function that automatically logs a JS error, saves the log, and rethrows the error.