AI Bug Fixes

Bug fix proposals that automatically solve application errors.

Inspector provides a powerful integration with Source Control systems to automatically generate Pull Requests to solve application errors in real-time. You will be able to do your code review and commit or create a Pull Request directly from the Inspector dashboard without any human intervention in between.

To enable AI Bug Fixes you should connect your Inspector account with your source control providers.

Connect to source control providers

Navigate to the Organization section and access the Source Control tab.

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.

Configure the application repository

Once you enabled the connection with the source control, you should let Inspector know which repository and which branch you want to connect your applications to.

Navigate to the application's monitoring dashboard and access the AI Bug Fix tab.

  • The repository of the application;

  • The default branch you want Inspector to connect to;

  • The root path of the application on your server;

How to find the root path on the server

SSH into your server and go to the directory where your application is located:

> cd app-directory/

Execute the pwd command to see the full root path on the server:

> pwd

Paste the output into the input field in the configuration form.

Click Save to activate the integration.

The Bug Fix Proposal

Once an error is detected by Inspector it will use the context information in it to generate a code chage proposal that may fix the error.

You can explore the proposal in a DIFF view with two options: "Commit", and "Send Pull Request".

Last updated