We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b436de8 commit 0f9c50fCopy full SHA for 0f9c50f
telemetry/src/main/java/datadog/telemetry/TelemetryRequest.java
@@ -103,7 +103,7 @@ public void writeConfigurations() {
103
public void writeProducts() {
104
try {
105
requestBody.writeProducts(
106
- InstrumenterConfig.get().getAppSecActivation() != ProductActivation.FULLY_DISABLED,
+ InstrumenterConfig.get().getAppSecActivation() == ProductActivation.FULLY_ENABLED,
107
InstrumenterConfig.get().isProfilingEnabled(),
108
Config.get().isDynamicInstrumentationEnabled());
109
} catch (IOException e) {
0 commit comments