Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

getsentry/develop

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2024
May 7, 2020
Apr 15, 2024
Mar 26, 2024
Dec 19, 2022
Nov 21, 2023
May 4, 2020
May 4, 2020
May 12, 2020
Jul 9, 2020
Aug 10, 2020
Feb 27, 2024
Dec 7, 2023
Dec 19, 2022
Dec 19, 2022
Jul 5, 2023
Dec 19, 2022
May 7, 2020
Dec 19, 2022
Jan 9, 2024
Dec 19, 2022
Aug 17, 2023
Oct 21, 2020
Jan 26, 2024
Mar 20, 2024

Repository files navigation

Sentry Developer Documentation

Welcome to Sentry's Developer documentation!

Quickstart

Simply run the following:

 yarn run init
 yarn run develop

Open the docs on your browser at http://localhost:8000/

NOTES:

  • yarn run init copies .env.example to .env.development.
  • No need to install gatsby-cli globally
  • Docs live in docs/ and pages/.

Making Search Changes

The search functionality is built with Algolia. If you wish to test index changes or other changes to the searching behavior, you'll need to generate a production build with a special flag to write to your development environment:

GATSBY_ENV=development yarn gatsby build

NOTES:

  • Using GATSBY_ENV=development allows you to reuse the .env.development file
  • The contents will be placed under public/

You will also need to configure the following in your .env.development:

  • ALGOLIA_INDEX=1
  • ALGOLIA_ADMIN_KEY=[admin write key]

Deployment

master is automatically deployed via Vercel.