File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
core/src/main/java/com/microsoft/applicationinsights/telemetry Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ public final class RequestTelemetry extends BaseSampleSourceTelemetry<RequestDat
4242 private Double samplingPercentage ;
4343 private final RequestData data ;
4444 private String httpMethod ;
45- private boolean allowAgentToOverrideName ;
4645
4746 /**
4847 * Envelope Name for this telemetry.
@@ -149,7 +148,6 @@ public void setName(String name) {
149148 throw new IllegalArgumentException ("The event name cannot be null or empty" );
150149 }
151150 data .setName (name );
152- allowAgentToOverrideName = false ;
153151 }
154152
155153 /**
@@ -318,12 +316,4 @@ public String getEnvelopName() {
318316 public String getBaseTypeName () {
319317 return BASE_TYPE ;
320318 }
321-
322- public boolean isAllowAgentToOverrideName () {
323- return allowAgentToOverrideName ;
324- }
325-
326- public void setAllowAgentToOverrideName (boolean allowAgentToOverrideName ) {
327- this .allowAgentToOverrideName = allowAgentToOverrideName ;
328- }
329319}
You can’t perform that action at this time.
0 commit comments