Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 1.15 KB

overview.md

File metadata and controls

23 lines (13 loc) · 1.15 KB
description
Preventing issues before they reach production

Overview

Aspecto is used in multiple environments, allowing you to gain insights at different stages of the development lifecycle. Here we are focusing on issue prevention, which relates strongly to the PR & CI part of the cycle, as shown here:

After installing Aspecto in staging or production, Aspecto compares what you do locally to the production baseline data, giving you insights early in the development cycle: both when developing locally and when you see the Aspecto report after creating a pull request.

Some areas in which Aspecto provides insights include:

  • Detecting Breaking Changes
  • Viewing Dependencies
  • Flow Coverage - Which flows from production have run in each PR

Because we have the production data at the PR stage, we can produce these different types of insights. For example, an API change you made that is different than the current state in production, or what dependencies were affected by the changes you have made in your pull request.

We will go into further detail in the next sections.