POST reports to localhost for now. Also send live console logs
This commit is contained in:
@@ -39,7 +39,7 @@ require('draft-js/dist/Draft.css');
|
||||
const rageshake = require("./rageshake");
|
||||
rageshake.init().then(() => {
|
||||
console.log("Initialised rageshake");
|
||||
rageshake.sendBugReport();
|
||||
rageshake.cleanup();
|
||||
}, (err) => {
|
||||
console.error("Failed to initialise rageshake: " + err);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user