You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test that Airbrake has been installed correctly in your JavaScript project, just open up the JavaScript console in your internet browser and paste in:
window.onerror("TestError: This is a test","path/to/file.js",123);
Visit our official GitHub repo for more info on alternative configurations and advanced options.
The text was updated successfully, but these errors were encountered:
Install Airbrake in 2 easy steps:
Step 1: Add the library
Include via CDN:
We also support installation via npm or Bower.
Step 2: Copy this config snippet to your
app.js
file(You can find your project ID and API KEY with your project's settings):
To test that Airbrake has been installed correctly in your JavaScript project, just open up the JavaScript console in your internet browser and paste in:
Visit our official GitHub repo for more info on alternative configurations and advanced options.
The text was updated successfully, but these errors were encountered: