We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the library
npm install @airbrake/browser
(You can find your project ID and API key in your project's settings)
import { Notifier } from '@airbrake/browser'; const airbrake = new Notifier({ projectId: <Your project ID>, projectKey: '<Your project API Key>', environment: 'production' });
To test that Airbrake has been installed correctly in your project, open up the JavaScript console in your 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:
No branches or pull requests
Installation
Add the library
Configuration
(You can find your project ID and API key in your project's settings)
To test that Airbrake has been installed correctly in your project, open up the JavaScript console in your browser and paste in:
Full documentation
Visit our official GitHub repo for more info on alternative configurations and advanced options.
The text was updated successfully, but these errors were encountered: