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 200c66b commit b6be7e5Copy full SHA for b6be7e5
src/index.html
@@ -11,6 +11,7 @@
11
12
var Exceptionless;
13
(function (Exceptionless) {
14
+ var client = new Exceptionless.ExceptionlessClient('LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw', 'http://localhost:50000');
15
client.config.log = new Exceptionless.ConsoleLog();
16
client.submitFeatureUsage('JavaScript');
17
client.submitLog('Log Message From JavaScript');
@@ -19,4 +20,3 @@
19
20
</script>
21
</body>
22
</html>
-
0 commit comments