From 9414cd091e9f44f3b9416e2538a1129a951c3580 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 27 Apr 2023 03:24:15 -0500 Subject: [PATCH] Prefer tracing documentation linked below (#197) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b14f396..7cc74cb 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,6 @@ $ cp config/config.default.json config/config.user-overrides.json # This will watch for changes, rebuild bundles and restart the server $ npm run start-dev -# To enable tracing, add the `--tracing` flag (you will also need setup a -# Jaeger instance and set the `jaegerTracesEndpoint` config option) -$ npm run start-dev -- --tracing ``` If you want to make changes to the underlying Hydrogen SDK as well, you can locally link