Skip to content

Commit f154b6c

Browse files
committed
Updated sample
1 parent 01b63ed commit f154b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<script type="text/javascript">
1313
var client = exceptionless.ExceptionlessClient.default;
1414
client.config.useDebugLogger();
15+
client.config.useLocalStorage();
1516
client.config.serverUrl = 'http://localhost:50000';
1617
client.config.updateSettingsWhenIdleInterval = 15000;
17-
client.config.useLocalStorage();
1818
client.config.setUserIdentity('12345678', 'Blake');
1919
client.config.useSessions();
2020

0 commit comments

Comments
 (0)