Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/source/getstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in ``~/.sentry/sentry.conf.py``::

And then use::

devservices up --exclude=snuba
devservices up --exclude-local snuba

Note that Snuba assumes that everything is running on UTC time. Otherwise
you may experience issues with timezone mismatches.
Expand All @@ -39,7 +39,7 @@ Add/change the following lines in ``~/.sentry/sentry.conf.py``::

Run::

sentry devservices up
devservices up

Access raw clickhouse client (similar to psql)::

Expand Down
2 changes: 1 addition & 1 deletion snuba/admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ snuba admin

The server should be running on http://127.0.0.1:1219

note: please ensure that sentry devservices are up via `devservices up --exclude=snuba` from within the sentry repository
note: please ensure that sentry devservices are up via `devservices up --exclude-local snuba` from within the sentry repository

# Developing the Javascript

Expand Down
Loading