Skip to content
Closed
Prev Previous commit
Next Next commit
working writer
  • Loading branch information
gary-huang committed Mar 31, 2025
commit 11a04215c687411ae61f19f4c6d96ce7ca4ff8f7
1 change: 1 addition & 0 deletions internal-api/src/main/java/datadog/trace/api/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -2121,6 +2121,7 @@ public boolean isIntegrationSynapseLegacyOperationName() {
}

public String getWriterType() {
log.warn("WRITER TYPE {}", writerType);
return writerType;
}

Expand Down