jQuery console log on production
Detect jQuery and JavaScript errors on your website in the customers browsers at real-time
Monitor jQuery errors and logs automatically with real-time error notifications and detailed diagnostic reports.
Bugfender it’s free until 100.000 Daily Log Lines!!! with enterprise-grade encryption, no users limits, no sessions limits and installs. Sign up!
jQuery Debugging
Effortless jQuery error detection
Bugfender will catch Exceptions and Errors on your website and will enqueue it silency to process on background without affect the performance of your jQuery and JavaScript code.
Instant Error notifications
Detect each time a user experiences an error, without adding any try/catch block or changing your jQuery code.
One line integration
Add a single script tag to your website and get real-time jQuery error monitoring in less than a minute.
jQuery Error Handling
Get the jQuery the Browser and O.S. in your website using Java Script, to understand in what conditions the bug occurs.
Installing the jQuery SDK
The SDK for jQuery can be easily installed as "script" import on your
application
.
If you are working with a jQuery app, take a look at our
Java Script plugin
in Github.
First of all, import the Bugfender library to your project:
<script defer src="https://js.bugfender.com/bugfenderjs"></script>
Then you can init and use the SDK in your HTML file:
// Later on your JavaScript code
// Initialize. `appKey` is the only required option.
Bugfender.init({
appKey: '<YOUR_APP_KEY_HERE>',
// apiURL: 'https://api.bugfender.com',
// baseURL: 'https://dashboard.bugfender.com',
// overrideConsoleMethods: true,
// printToConsole: true,
// registerErrorHandler: true,
// version: '',
// build: '',
});
Now you can start using our tool:
Bugfender.log('Hello world!');
Remember to change YOUR_APP_KEY_HERE with the app key of your app. You can get an app key by signing up to Bugfender. For all the available options see our reference.
Error Tracking and Remote Logs for Multiple Platforms
Customer Support from Our Java Script Engineers
Providing top-notch support is a priority for us. At Bugfender, everyone is a customer champion, so when you submit a support request you’ll get a fast, high-quality response from our product engineers.