We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7ced5 commit 0d3e239Copy full SHA for 0d3e239
1 file changed
internal-api/src/main/java/datadog/trace/api/Config.java
@@ -3441,7 +3441,9 @@ public boolean isAxisPromoteResourceName() {
3441
return axisPromoteResourceName;
3442
}
3443
3444
- public boolean isDataJobsEnabled() { return instrumenterConfig.isDataJobsEnabled(); }
+ public boolean isDataJobsEnabled() {
3445
+ return instrumenterConfig.isDataJobsEnabled();
3446
+ }
3447
3448
/** @return A map of tags to be applied only to the local application root span. */
3449
public Map<String, Object> getLocalRootSpanTags() {
0 commit comments