File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
packages/node-opentelemetry Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -192,13 +192,7 @@ export HDX_NODE_BETA_MODE=1
192192
193193By enabling advanced network capture, the SDK will additionally capture full HTTP request/response headers
194194and 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.
195+ This can be accomplished by setting ` HDX_NODE_NETWORK_HEADERS_CAPTURE ` and ` HDX_NODE_NETWORK_BODY_CAPTURE ` environment variables to 1.
202196
203197``` sh
204198export HDX_NODE_NETWORK_HEADERS_CAPTURE=1
You can’t perform that action at this time.
0 commit comments