diff --git a/develop-docs/development-infrastructure/ngrok.mdx b/develop-docs/development-infrastructure/ngrok.mdx index b767db6b8ccca1..85f97e4642dd2c 100644 --- a/develop-docs/development-infrastructure/ngrok.mdx +++ b/develop-docs/development-infrastructure/ngrok.mdx @@ -98,13 +98,13 @@ ngrok start --all --config region.yml ``` ### Step 4: Start Devserver -In two separate terminal windows, start the devserver for the control and region silos: - First, start the taskbroker: ```shell devservices up --mode=taskbroker ``` +In two separate terminal windows, start the devserver for the control and region silos: + ```shell getsentry devserver --ngrok .ngrok.io --workers --celery-beat --silo=region getsentry devserver --ngrok .ngrok.io --workers --celery-beat --silo=control