Getting Started with Ease
In the application's source code, add the following script to link Logify Alert client.
<script type="text/javascript" src="https://logifyjs.devexpress.com/logifyAlert.min.js"></script>
Use the following code to automatically intercept all unhandled exceptions and send corresponding crash reports to Logify Alert:
<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.