UNPKG

raygun4js

Version:
14 lines (12 loc) 258 B
<!DOCTYPE html> <html> <head> <title>Raygun4JS with V1 API</title> <script src="/dist/raygun.js"></script> </head> <body> <script type="text/javascript"> Raygun.init('abcdef==').attach(); </script> </body> </html>