From c9e534856fd7b6880848bbf4ba0ec47e6653e802 Mon Sep 17 00:00:00 2001 From: Michelle Fu Date: Tue, 9 Jul 2024 14:58:17 -0700 Subject: [PATCH] properly bold text --- src/docs/environment/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/environment/index.mdx b/src/docs/environment/index.mdx index 935a582f87..f12dd79681 100644 --- a/src/docs/environment/index.mdx +++ b/src/docs/environment/index.mdx @@ -71,7 +71,7 @@ Running `sentry devserver` will automatically use HTTPS when the certificates ha Some services are not run in all situations. Among those are Relay and the ingest workers. -If you need to ingest errors, but don't require metrics ingestion: Set `SENTRY_USE_RELAY=True` in `~/.sentry/sentry.conf.py`. If `sentry devservices` +**If you need to ingest errors, but don't require metrics ingestion:** Set `SENTRY_USE_RELAY=True` in `~/.sentry/sentry.conf.py`. If `sentry devservices` is currently up, make sure to restart it after you make the change. This will launch Relay as part of the `devserver` workflow. Additionally, you can explicitly control this during `devserver` usage with the `--ingest` and `--no-ingest` flags. The `sentry devservices` @@ -82,7 +82,7 @@ sentry devservices up --skip-only-if relay sentry devserver --workers --ingest ``` -If you want to enable the entire metrics ingestion pipeline: You need to add the following to your config at `~/.sentry/sentry.conf.py`: +**If you want to enable the entire metrics ingestion pipeline:** You need to add the following to your config at `~/.sentry/sentry.conf.py`: ```python SENTRY_USE_RELAY = True