AI Bug Fixer
Real-Time bug fix proposals to immediately get solutions from emerging errors.
Last updated
Real-Time bug fix proposals to immediately get solutions from emerging errors.
Last updated
Inspector can automatically generates code change proposals to fix application errors detected in real-time. You will receive the first bug fix solution without having to ask your collaborators for time, or wait to be in front of the desk to analyze the problem manually.
To enable AI Bug Fixer you should connect your Inspector account with the source control providers where you host your source code.
Navigate to the Source Control section in the Organization menu.
Click on the connect button to follow the installation process. Make sure to grant the Inspector app access to the repositories you want to connect to. You will be redirected to this page.
Once you enabled the connection with the source control provider, you should associate a specific repository to the application you want to enable the AI Bug Fix.
Go into the Application Settings -> Repository section.
Here are the configurations you need:
The repository to connect from the source control provider;
The default branch you want Inspector to connect to;
The root path of the application on your production server;
SSH into your server and go to the directory where your application is located:
Execute the pwd command to see the full root path on the server:
Paste the output into the input field in the configuration form.
Click Save to activate the integration.
Once an error is detected, Inspector will use the gathered information to generate a solution starting from your original source code that may fix the error immediately.
If Inspector successfully generates a bug fix, you will see the "source code" icon in the errors list colored in orange.
And you will be able to read the entire fix proposal automatically created for you.