Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

ref(devserver): Recommend dev.getsentry.net for devserver #1095

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/docs/environment/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ sentry devserver --workers
If you are developing for aesthetics only and do not rely on the async workers, you can omit the `--workers` flag in order
to use fewer system resources.

Access it at [http://127.0.0.1:8000](http://127.0.0.1:8000) (you'll have to wait a bit for webpack to finish).
Access it at [http://dev.getsentry.net:8000](http://dev.getsentry.net:8000) (you'll have to wait a bit for webpack to finish).
A superuser account should have been created for you during bootstrap - `admin@sentry.io` with password `admin`.
You can create other users with `sentry createuser`.

<Alert title="Note" level="info">
When asked for the root address of the server, make sure that you use{" "}
<a href="http://127.0.0.1:8000">http://127.0.0.1:8000</a>, as both protocol{" "}
<em>and</em> port are required in order for DNS and some pages' URLs to be

When asked for the root address of the server, make sure that you use
[http://dev.getsentry.net:8000](http://dev.getsentry.net:8000), as both
protocol _and_ port are required in order for DNS and some pages' URLs to be
displayed correctly.

</Alert>

## Running the Getsentry Development Server
Expand Down
Loading