Skip to content

Commit 07aaab2

Browse files
anna-gitandrewlock
andauthored
Apply documentation suggestions from Andrew's code review
Co-authored-by: Andrew Lock <[email protected]>
1 parent 2bba95f commit 07aaab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/Configuration/AddingConfigurationKeys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Two source generators read these files at build time:
3838

3939
### 1. Add the Configuration Key Definition
4040

41-
Add your new configuration key to `tracer/src/Datadog.Trace/Configuration/supported-configurations.json`.
41+
Add your new configuration key to `tracer/src/Datadog.Trace/Configuration/supported-configurations.json`, specifying an arbitrary version string (e.g. `"A"`, as shown below). and specifying the product if required.
4242

4343
**Example:**
4444
```json
@@ -119,7 +119,7 @@ If you need to explicitly control the constant name (e.g., for backward compatib
119119

120120
### 5. Build to Generate Code
121121

122-
Build the `Datadog.Trace` project to run the source generator:
122+
Build the `Datadog.Trace` project to run the source generator, either using Nuke or by building the project directly from the command line or your IDE:
123123

124124
```bash
125125
# From repository root

0 commit comments

Comments
 (0)