Chat now
Getting Started with Ease
Add the Logify Client to Your Project
<script type="text/javascript" src="https://logifyjs.devexpress.com/logifyAlert.min.js"></script>
Send Reports to Logify
<script type="text/javascript">
var logify = new logifyAlert("SPECIFY_YOUR_API_KEY_HERE");
logify.applicationName = "Test application";
logify.startHandling();
</script>
That’s it! Your application is ready to report all unexpected crashes to DevExpress Logify.
Refer to our documentation for more information.