You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/sentry/runner/commands/devserver.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -370,11 +370,11 @@ def devserver(
370
370
kafka_container_warning_message= (
371
371
f"""
372
372
Devserver is configured to work with `sentry devservices`. Looks like the `{kafka_container_name}` container is not running.
373
-
Please run `sentry devservices up kafka` to start it. If you would like to use devserver with the revamped devservices, set `USE_OLD_DEVSERVICES=1` in your environment."""
373
+
Please run `sentry devservices up kafka` to start it."""
374
374
ifuse_old_devservices
375
375
elsef"""
376
376
Devserver is configured to work with the revamped devservices. Looks like the `{kafka_container_name}` container is not running.
377
-
Please run `devservices up` to start it. If you would like to use devserver with `sentry devservices`, set `USE_OLD_DEVSERVICES=0` in your environment."""
0 commit comments