---
title: "Development Infrastructure"
description: "How to get your local development environment up and running."
url: https://develop.sentry.dev/development-infrastructure/
---

# Development Infrastructure

* #### [Environment](https://develop.sentry.dev/development-infrastructure/environment.md)

  This guide steps you through configuring a local development environment for the Sentry server on macOS.

* #### [Backend Development Server](https://develop.sentry.dev/development-infrastructure/backend-development-server.md)

* #### [Frontend Development Server](https://develop.sentry.dev/development-infrastructure/frontend-development-server.md)

* #### [Service Manager (devservices)](https://develop.sentry.dev/development-infrastructure/devservices.md)

* #### [Workflow](https://develop.sentry.dev/development-infrastructure/workflow.md)

* #### [Testing Tips](https://develop.sentry.dev/development-infrastructure/testing.md)

  We run several kinds of tests at Sentry as part of our CI process. This section aims to document some of the sentry specific helpers and give guidelines on what kinds of tests you should consider including when building new features.

* #### [Developing with Ngrok](https://develop.sentry.dev/development-infrastructure/ngrok.md)

  This document explains how to use ngrok with the development server.

* #### [Continuous Integration](https://develop.sentry.dev/development-infrastructure/continuous-integration.md)

  Continuous Integration at Sentry validates code changes by running test suites, linters, and other checks to catch bugs and regressions before they reach production, maintaining a high bar for code quality and reliability. CI also builds deployable artifacts like container images, ensuring consistent and reproducible environments across local development and production.

* #### [Analytics](https://develop.sentry.dev/development-infrastructure/analytics.md)

  This guide steps you through instrumenting your code with Sentry's 3rd-party analytics infrastructure.

* #### [Python Dependencies](https://develop.sentry.dev/development-infrastructure/python-dependencies.md)

## Pages in this section

- [Environment](https://develop.sentry.dev/development-infrastructure/environment.md)
- [Backend Development Server](https://develop.sentry.dev/development-infrastructure/backend-development-server.md)
- [Frontend Development Server](https://develop.sentry.dev/development-infrastructure/frontend-development-server.md)
- [Service Manager (devservices)](https://develop.sentry.dev/development-infrastructure/devservices.md)
- [Workflow](https://develop.sentry.dev/development-infrastructure/workflow.md)
- [Testing Tips](https://develop.sentry.dev/development-infrastructure/testing.md)
- [Ngrok](https://develop.sentry.dev/development-infrastructure/ngrok.md)
- [Continuous Integration](https://develop.sentry.dev/development-infrastructure/continuous-integration.md)
- [Analytics](https://develop.sentry.dev/development-infrastructure/analytics.md)
- [Python Dependencies](https://develop.sentry.dev/development-infrastructure/python-dependencies.md)
