We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4079f commit 15d59deCopy full SHA for 15d59de
packages/node-opentelemetry/README.md
@@ -192,13 +192,7 @@ export HDX_NODE_BETA_MODE=1
192
193
By enabling advanced network capture, the SDK will additionally capture full HTTP request/response headers
194
and bodies for all inbound/outbound HTTP requests, to help with more in-depth request debugging.
195
-This can be accomplished by setting `HDX_NODE_ADVANCED_NETWORK_CAPTURE` environment variable to 1.
196
-
197
-```sh
198
-export HDX_NODE_ADVANCED_NETWORK_CAPTURE=1
199
-```
200
201
-If you only want to capture the header or body, we also provide two separate flags for you.
+This can be accomplished by setting `HDX_NODE_NETWORK_HEADERS_CAPTURE` and `HDX_NODE_NETWORK_BODY_CAPTURE` environment variables to 1.
202
203
```sh
204
export HDX_NODE_NETWORK_HEADERS_CAPTURE=1
0 commit comments