Skip to content

Commit

Permalink
Combine duplicate option table rows
Browse files Browse the repository at this point in the history
The documentation for instrumenting rake had two rows for the same option key. This consolidates those entries into a single row.
  • Loading branch information
soulcutter authored Dec 30, 2024
1 parent 8ebc8a1 commit 70f6781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -1547,11 +1547,10 @@ Rake::Task['my_task'].invoke

| Key | Env Var| Type | Description | Default |
| -------------- | - | ------- | -------------------------------------------------------------------------------------------------------- | -------- |
| `enabled` | | `Bool` | Defines whether Rake tasks should be traced. Useful for temporarily disabling tracing. `true` or `false` | `true` |
| `enabled` | `DD_TRACE_RAKE_ENABLED` | `Bool` | Defines whether Rake tasks should be traced. Useful for temporarily disabling tracing. `true` or `false` | `true` |
| `quantize` | | `Hash` | Hash containing options for quantization of task arguments. See below for more details and examples. | `{}` |
| `service_name` | | `String` | Service name used for `rake` instrumentation | `'rake'` |
| `tasks` | | `Array` | Names of the Rake tasks to instrument | `[]` |
| `enabled` | `DD_TRACE_RAKE_ENABLED` | `Bool` | Whether the integration should create spans. | `true` |

**Configuring task quantization behavior**

Expand Down

0 comments on commit 70f6781

Please sign in to comment.