Skip to content

Commit b6be7e5

Browse files
committed
Added the client.
1 parent 200c66b commit b6be7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
var Exceptionless;
1313
(function (Exceptionless) {
14+
var client = new Exceptionless.ExceptionlessClient('LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw', 'http://localhost:50000');
1415
client.config.log = new Exceptionless.ConsoleLog();
1516
client.submitFeatureUsage('JavaScript');
1617
client.submitLog('Log Message From JavaScript');
@@ -19,4 +20,3 @@
1920
</script>
2021
</body>
2122
</html>
22-

0 commit comments

Comments
 (0)