Skip to content

Commit a6cf48c

Browse files
authored
chore: Update README.md (#482)
1 parent 12b06f3 commit a6cf48c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,15 @@ custom:
333333
newRelic:
334334
disableLicenseKeySecret: true
335335
```
336+
#### `enableDistributedTracing` (optional)
336337

338+
Only required if you want to disable distributed tracing.
339+
340+
```yaml
341+
custom:
342+
newRelic:
343+
enableDistributedTracing: false
344+
```
337345
#### `javaNewRelicHandler` (optional)
338346

339347
**Java runtimes only**. Only required if you are implementing the `RequestStreamHandler` interface.

0 commit comments

Comments
 (0)