UNPKG

quilk-js-error-reporting

Version:

Capture and send client-side errors from your production environments as they happen and for free. Add as much extra custom data to each report as you need.

15 lines (12 loc) 448 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="../dist/quilk-js-error-reporting.js" id="quilk-js-error-reporting" data-url="/error-pigeon"></script> </head> <body> This is an example use of the quilk-js-error-reporting npm. Inspect element to see the what happens when an error is thrown. <script src="example.js"></script> </body> </html>