getsentry / develop

https://develop.sentry.dev
Other
56 stars 226 forks source link
octoberfest tag-archived

Sentry Developer Documentation

[!WARNING]
The contents of this repository have been migrated to getsentry/sentry-docs

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:

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:

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

Deployment

master is automatically deployed via Vercel.