Skip to content

Commit 3b9796e

Browse files
authored
develop: https devserver not supported (#11491)
1 parent 4e71322 commit 3b9796e

File tree

1 file changed

+0
-14
lines changed
  • develop-docs/development/environment

1 file changed

+0
-14
lines changed

develop-docs/development/environment/index.mdx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,6 @@ You can create other users with `sentry createuser`.
5555

5656
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.
5757

58-
### Enabling HTTPS
59-
60-
You may wish to run the development server in HTTPS mode. This can be done by generating and installing local certificates.
61-
62-
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.
63-
64-
```shell
65-
brew install mkcert
66-
brew install nss # if you use Firefox
67-
yarn mkcert-localhost
68-
```
69-
70-
Running `sentry devserver` will automatically use HTTPS when the certificates have been installed.
71-
7258
### Ingestion Pipeline (Relay) aka Sending Events to your Dev Environment
7359

7460
<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:

0 commit comments

Comments
 (0)