You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`enabled`||`Bool`| Defines whether Rake tasks should be traced. Useful for temporarily disabling tracing. `true` or `false`|`true`|
1550
+
|`enabled`|`DD_TRACE_RAKE_ENABLED`|`Bool`| Defines whether Rake tasks should be traced. Useful for temporarily disabling tracing. `true` or `false`|`true`|
1551
1551
|`quantize`||`Hash`| Hash containing options for quantization of task arguments. See below for more details and examples. |`{}`|
1552
1552
|`service_name`||`String`| Service name used for `rake` instrumentation |`'rake'`|
1553
1553
|`tasks`||`Array`| Names of the Rake tasks to instrument |`[]`|
1554
-
|`enabled`|`DD_TRACE_RAKE_ENABLED`|`Bool`| Whether the integration should create spans. |`true`|
0 commit comments