By default custom annotations are disabled
This commit is contained in:
parent
b102352ab3
commit
2583432737
|
@ -10,7 +10,7 @@ public class AgentTracerConfig extends TracerConfig {
|
|||
|
||||
private List<String> disabledInstrumentations = new ArrayList<String>();
|
||||
|
||||
private String[] enableCustomAnnotationTracingOver = {"io","com","org"};
|
||||
private String[] enableCustomAnnotationTracingOver = {};
|
||||
|
||||
public String[] getEnableCustomAnnotationTracingOver() {
|
||||
return enableCustomAnnotationTracingOver;
|
||||
|
|
Loading…
Reference in New Issue