Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ public WsiAsyncResponseInstrumentation() {
super("guidewire");
}

@Override
protected boolean defaultEnabled() {
return false;
}

@Override
public String hierarchyMarkerType() {
return ASYNC_RESPONSE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
import datadog.context.ContextScope;
import datadog.trace.agent.test.AbstractInstrumentationTest;
import datadog.trace.bootstrap.instrumentation.api.AgentSpan;
import datadog.trace.test.junit.utils.config.WithConfig;
import gw.internal.xml.ws.AsyncResponseImpl;
import gw.internal.xml.ws.UnrelatedWorker;
import java.util.concurrent.atomic.AtomicReference;
import org.junit.jupiter.api.Test;

@WithConfig(key = "integration.guidewire.enabled", value = "true")
class WsiAsyncResponseInstrumentationTest extends AbstractInstrumentationTest {

@FunctionalInterface
Expand Down
4 changes: 2 additions & 2 deletions metadata/supported-configurations.json
Original file line number Diff line number Diff line change
Expand Up @@ -6366,9 +6366,9 @@
],
"DD_TRACE_GUIDEWIRE_ENABLED": [
{
"version": "A",
"version": "B",
Comment thread
ValentinZakharov marked this conversation as resolved.
"type": "boolean",
"default": "false",
"default": "true",
"aliases": ["DD_TRACE_INTEGRATION_GUIDEWIRE_ENABLED", "DD_INTEGRATION_GUIDEWIRE_ENABLED"]
}
],
Expand Down
Loading