Add comments
This commit is contained in:
parent
e828ee7d93
commit
39b729862e
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ module.exports = {
|
||||||
Reporter: function() {
|
Reporter: function() {
|
||||||
// Crash Reporter
|
// Crash Reporter
|
||||||
crashReporter.start({
|
crashReporter.start({
|
||||||
productName: process.env.Name,
|
productName: process.env.Name, // Edit this in .env
|
||||||
submitURL: process.env.CrashReportServer,
|
submitURL: process.env.CrashReportServer, // Edit this in .env
|
||||||
})
|
})
|
||||||
|
|
||||||
const javaScriptErrorHandler = async (error) => {
|
const javaScriptErrorHandler = async (error) => {
|
||||||
|
|
Reference in a new issue