File tree 1 file changed +2
-1
lines changed
src/main/java/com/redhat/devtools/intellij/telemetry/core/service 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
import com .intellij .openapi .application .ApplicationInfo ;
14
14
import com .intellij .openapi .application .ApplicationNamesInfo ;
15
+ import com .intellij .openapi .project .DumbAware ;
15
16
import com .redhat .devtools .intellij .telemetry .core .IMessageBroker ;
16
17
import com .redhat .devtools .intellij .telemetry .core .configuration .TelemetryConfiguration ;
17
18
import com .redhat .devtools .intellij .telemetry .core .service .segment .SegmentBroker ;
18
19
import com .redhat .devtools .intellij .telemetry .core .service .segment .SegmentConfiguration ;
19
20
20
- public class TelemetryServiceFactory {
21
+ public class TelemetryServiceFactory implements DumbAware {
21
22
22
23
private final Environment .Builder builder = new Environment .Builder ()
23
24
.application (new Application (
You can’t perform that action at this time.
0 commit comments