Chat now
Getting Started with Ease
Add the Logify Client to Your Project
npm install logify-alert --save
Send Reports to Logify
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.
Refer to our documentation for more information.