Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/profiler/enabling/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ You can configure the profiler using the following environment variables:
| `DD_VERSION` | String | The [version][10] of your service. |
| `DD_TAGS` | String | Tags to apply to an uploaded profile. Must be a list of `<key>:<value>` separated by commas such as: `layer:api, team:intake`. |

Alternatively, you can set profiler parameters in code with these functions, inside a `Datadog.configure` block:
Alternatively, you can set profiler parameters in code with these functions, inside a `Datadog.configure` block. Note that parameters provided in code take precedence over those provided as environment variables.

| Environment variable | Type | Description |
| ----------------------------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
Loading