We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ffc87 commit 61634dbCopy full SHA for 61634db
app/src/androidTest/java/com/splunk/app/JavaIntegration.java
@@ -46,10 +46,6 @@
46
import io.opentelemetry.api.common.AttributeKey;
47
import io.opentelemetry.api.common.Attributes;
48
49
-// :integration:agent:api (SplunkRum) <-- :integration:customtracking
50
-// SplunkRum.customTracking
51
-
52
53
public class JavaIntegration extends Application {
54
55
@Override
@@ -70,15 +66,6 @@ public void onCreate() {
70
66
state.isDebugLoggingEnabled();
71
67
state.getStatus();
72
68
73
- // Variant A
74
- // EndpointConfiguration
75
- // UserState
76
- // UserPreferences
77
78
- // Variant B
79
80
- // User.State
81
82
69
User.State userState = agent.getUser().getState();
83
userState.getTrackingMode();
84
0 commit comments