Welcome to Sentry's Developer documentation!
Copy the example configuration (and update if needed):
cp .env.example .env.developmentNo need to install gatsby-cli globally
yarn install
yarn gatsby developDocs live in docs/ and pages/.
https://www.gatsbyjs.org/docs/
Install Gatsby:
npm install -g gatsby-cliRun the development server:
gatsby developDocs live in docs/ and pages/.
Search is built with Algolia. At some point may wish to test index changes or other changes to search behavior. To do this you'll need to run gatsby build with a special flag to write to your development environment:
GATSBY_ENV=development gatsby build
You will also need to configure the following in your .env.development:
ALGOLIA_INDEX=1ALGOLIA_ADMIN_KEY=[admin write key]
master is automatically deployed via Vercel.