Skip to content

Commit

Permalink
Merge pull request #4246 from soulcutter/patch-1
Browse files Browse the repository at this point in the history
Combine duplicate option table rows
  • Loading branch information
ivoanjo authored Jan 3, 2025
2 parents b1400d5 + e19f3b3 commit b26f306
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 b26f306

Please sign in to comment.