Skip to content

Commit 330e924

Browse files
committed
rebased with stable-beta
1 parent db2aae3 commit 330e924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NewRelicVideoCore/src/main/java/com/newrelic/videoagent/core/NRVideoConfiguration.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ public static final class Builder {
203203
private boolean memoryOptimized = true;
204204
private boolean debugLoggingEnabled = false;
205205
private boolean isTV = false;
206+
private String collectorAddress = null;
207+
private boolean qoeAggregateEnabled = true; // Default enabled
206208

207209
public Builder(String applicationToken) {
208210
this.applicationToken = applicationToken;

0 commit comments

Comments
 (0)