Skip to content

Commit

Permalink
Fix crash reporter url
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnordquist committed Jul 20, 2019
1 parent 7829a27 commit 6781170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registerCrashReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function registerCrashReporter() {
crashReporter.start({
productName: 'MQTT Explorer',
companyName: 'thomasnordquist',
submitURL: 'http://localhost:3000/app/crash/mqttexplorer',
submitURL: 'http://app-telemetry.t7n.de/app/crash/mqttexplorer',
uploadToServer: true,
})
}

0 comments on commit 6781170

Please sign in to comment.