Prefer tracing documentation linked below (#197)

This commit is contained in:
Eric Eastwood 2023-04-27 03:24:15 -05:00 committed by GitHub
parent addb02198d
commit 9414cd091e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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 # This will watch for changes, rebuild bundles and restart the server
$ npm run start-dev $ 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 If you want to make changes to the underlying Hydrogen SDK as well, you can locally link