You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/development/environment/index.mdx
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,20 +55,6 @@ You can create other users with `sentry createuser`.
55
55
56
56
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.
57
57
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
-
72
58
### Ingestion Pipeline (Relay) aka Sending Events to your Dev Environment
73
59
74
60
<Linkto="/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