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 7829a27 commit 6781170Copy full SHA for 6781170
src/registerCrashReporter.ts
@@ -4,7 +4,7 @@ export function registerCrashReporter() {
4
crashReporter.start({
5
productName: 'MQTT Explorer',
6
companyName: 'thomasnordquist',
7
- submitURL: 'http://localhost:3000/app/crash/mqttexplorer',
+ submitURL: 'http://app-telemetry.t7n.de/app/crash/mqttexplorer',
8
uploadToServer: true,
9
})
10
}
0 commit comments