RevDeBug
RevDeBug main website
  • Introduction
  • Installing RevDeBug server
    • Server Settings Overview
    • Settings & Administration
    • Migrate RevDeBug Server
  • Updating RevDeBug server
  • Repository Configuration
  • Supported langauges
    • C#
      • C# Azure Functions
      • API
      • Data masking
      • Recording complex objects
    • Java
      • API
      • Data masking
      • Recording complex objects
    • JavaScript
      • Advanced configuration
      • API
      • Cleaning RevDeBug instrumentation
      • Data masking
    • Python
      • Settings overview
      • API
  • RevDeBug features
    • APM
    • Observability & Tracing
    • Flight Recorder
    • Infrastructure Map
    • Browser Recording
    • Error Tracking
    • Database Monitoring
    • Browser Monitoring
    • Tests Monitoring
    • Frontend Logs
    • Alarms
    • VM Monitoring
    • Kubernetes Monitoring
  • Release notes
    • What's new 🎁
    • Older versions
  • How to guides
    • How to add an SSL certificate?
    • How to setup Notifications from RevDeBug in Slack or MS Teams
    • Connecting GIT repository using SSH keys
  • FAQ
Powered by GitBook
On this page
  • Verifying the Configuration
  • Optional Fields

Was this helpful?

Repository Configuration

PreviousUpdating RevDeBug serverNextC#

Last updated 8 months ago

Was this helpful?

To automatically view values from in the source code, you need to connect your git repository to the application.

To configure your application's repository in Revdebug, follow these steps:

  1. Access application settings - In the upper-right corner, click the "Settings" button to open the application's settings.

  2. Navigate to the selected application - Go to the application where you want to set up the repository configuration.

  1. Expand "Repository Configuration" settings - Find and expand the "Repository Configuration" section to reveal the configuration options.

  1. Fill in the required fields - Complete the form by providing the necessary information:

  • Git Username

  • Git Password

  • Repository Address

  1. Save the configuration - After filling in the fields, confirm your setup by clicking the "Save" button.

Verifying the Configuration

If the configuration is successful, the Current Status field will display the message: "GIT: idle."

In case of an error, a relevant error message will appear in the same field.

Optional Fields

Name
Explanation

Additional Refspecs

Provide a git-compatible, whitespace-separated list of refspecs that will be fetched from the remote repository

Default Branch

If the specified file is not found, Revdebug will check for newer changes on the provided branch

Flight Recorder