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 0861db1 commit af56c51Copy full SHA for af56c51
samples/example-app/src/main/java/com/exceptionless/example/app/ExampleApp.java
@@ -19,7 +19,7 @@ public static void sampleEventSubmissions() {
19
}
20
21
public static void sampleUseOfSessions() {
22
- client.getConfigurationManager().useSessions();
+ client.getConfiguration().useSessions();
23
client.submitEvent(client.createSessionStart().userIdentity("test-user").build());
24
client.submitSessionEnd("test-user");
25
0 commit comments