Skip to content

Commit

Permalink
develop: https devserver not supported (#11491)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli authored Oct 4, 2024
1 parent 4e71322 commit 3b9796e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions develop-docs/development/environment/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@ You can create other users with `sentry createuser`.

Please refer to [Frontend Development Server](/frontend/development-server/) and [Backend Development Server](/backend/development-server/) for alternative ways to bring up the Sentry UI.

### Enabling HTTPS

You may wish to run the development server in HTTPS mode. This can be done by generating and installing local certificates.

We will be using [mkcert](https://github.com/FiloSottile/mkcert) to create and install a locally-trusted, development certificate. The following will install `mkcert` and then create and install the local certificates.

```shell
brew install mkcert
brew install nss # if you use Firefox
yarn mkcert-localhost
```

Running `sentry devserver` will automatically use HTTPS when the certificates have been installed.

### Ingestion Pipeline (Relay) aka Sending Events to your Dev Environment

<Link to="/services/relay/">Relay</Link> and the ingest workers are not started by default. Follow the instructions below to start them so you can send events to your dev environment Sentry instance:
Expand Down

0 comments on commit 3b9796e

Please sign in to comment.