From 73b4bbfab563d59c7a5b786aa0fa3f43900d8fee Mon Sep 17 00:00:00 2001 From: jerryzhou196 Date: Thu, 4 Sep 2025 10:44:53 -0400 Subject: [PATCH 1/2] fix(docs): update devservices command to exclude-local snuba in getstarted and README --- docs/source/getstarted.rst | 2 +- snuba/admin/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getstarted.rst b/docs/source/getstarted.rst index 90a0e5caec9..3129b6d4e87 100644 --- a/docs/source/getstarted.rst +++ b/docs/source/getstarted.rst @@ -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. diff --git a/snuba/admin/README.md b/snuba/admin/README.md index 28eb2ea8a99..56f3c5bcae3 100644 --- a/snuba/admin/README.md +++ b/snuba/admin/README.md @@ -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 From dff7e30c7b678ccd9d353ac3cd13e487a410ea6e Mon Sep 17 00:00:00 2001 From: jerryzhou196 Date: Thu, 4 Sep 2025 10:52:28 -0400 Subject: [PATCH 2/2] fix(docs): simplify devservices command in getstarted.rst --- docs/source/getstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getstarted.rst b/docs/source/getstarted.rst index 3129b6d4e87..8e41947f7d9 100644 --- a/docs/source/getstarted.rst +++ b/docs/source/getstarted.rst @@ -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)::