Skip to content

Commit 6781170

Browse files
Fix crash reporter url
1 parent 7829a27 commit 6781170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registerCrashReporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function registerCrashReporter() {
44
crashReporter.start({
55
productName: 'MQTT Explorer',
66
companyName: 'thomasnordquist',
7-
submitURL: 'http://localhost:3000/app/crash/mqttexplorer',
7+
submitURL: 'http://app-telemetry.t7n.de/app/crash/mqttexplorer',
88
uploadToServer: true,
99
})
1010
}

0 commit comments

Comments
 (0)