Getting Started with Ease
Open the Command Prompt from your project's root directory and run the following command.
npm install logify-alert --save
To automatically intercept all unhandled exceptions and send corresponding crash reports to Logify Alert, add the following code anywhere within the JavaScript file.
const logifyAlert = require('logify-alert');
let client = new logifyAlert("SPECIFY_YOUR_API_KEY_HERE");
client.startHandling();
That’s it! Your application is ready to report all unexpected crashes to DevExpress Logify.