Fix crash reporter url
This commit is contained in:
@@ -4,7 +4,7 @@ export function registerCrashReporter() {
|
|||||||
crashReporter.start({
|
crashReporter.start({
|
||||||
productName: 'MQTT Explorer',
|
productName: 'MQTT Explorer',
|
||||||
companyName: 'thomasnordquist',
|
companyName: 'thomasnordquist',
|
||||||
submitURL: 'http://localhost:3000/app/crash/mqttexplorer',
|
submitURL: 'http://app-telemetry.t7n.de/app/crash/mqttexplorer',
|
||||||
uploadToServer: true,
|
uploadToServer: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user