Skip to main content

Introduction

Project

A project represents the main software application or product that you or your organization is developing and maintaining. You can create multiple projects, each corresponding to a different software initiative, such as an "E-commerce Web Application," "Mobile Banking App," or "Internal HR Management System."

Source

A source refers to a specific component or module within the overall project, such as the frontend code, backend services, or a mobile app. Each source represents a distinct codebase with its own set of issues or errors.

Environment

For each source, you can specify multiple environments. Environments represent different deployment or runtime configurations, such as "Development," "Staging," or "Production." This helps track errors specific to each environment, making it easier to diagnose and resolve issues.

Environment Key

An Environment Key is a unique identifier associated with each environment. It is included in error reports, allowing the system to accurately attribute the error to the correct project, source, and environment.

Issue

An issue is a specific problem or bug identified within one of the sources in the project. It could be a functional error, performance problem, security vulnerability, or any other type of defect.